PHP Class RedUNIT\Postgres\Uuid
Tests whether we can use UUIDs with PostgreSQL, to this
end we use a reference implementation of a UUID MySQL Writer:
UUIDWriterPostgres, however this class is not part of the code base,
it should be considered a reference or example implementation.
These tests focus on whether UUIDs in general do not cause any
unexpected issues.
显示文件
Open project: gabordemooij/redbean
Public Methods
Method Details
testFullSupport()
public method
Test Full fluid UUID support.
testUUIDReadSupport()
public method