PHP 클래스 RedUNIT\Postgres\Bigint

Tests handling of bigint type columns for primary key IDs, can we use bigint primary keys without issues ? These tests should be able to detect incorrect intval casts for instance.
저자: Gabor de Mooij and the RedBeanPHP Community
상속: extends RedUNIT\Postgres
파일 보기 프로젝트 열기: gabordemooij/redbean

공개 메소드들

메소드 설명
testBigIntSupport ( ) : void Test BIG INT primary key support.

메소드 상세

testBigIntSupport() 공개 메소드

Test BIG INT primary key support.
public testBigIntSupport ( ) : void
리턴 void