6 Commits (276b367fc5dcc06d9e606a55ffbfd78a9e8c4a35)

Author SHA1 Message Date
Klimov Paul 51a442d6c8 Fixed `yii\db\ActiveRecord` does not updates attribute specified at `optimisticLock()` after save 9 years ago
John Was a63fc2ff59 properly quote sequence name in Schema::getLastInsertId() 9 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Paul Klimov 4e8ee7b001 Use RETURNING for inserts for pgsql and oci to support PKs with a custom default value expression 10 years ago
Jan Waś 9e6b7dea24 add an unit test, which fails for postgresql and oracle 10 years ago
John Was 901d640b55 Fixes #7973: Added `Schema::getSchemaNames` method 10 years ago
John Was 29304a185a Fixes #7833: Support (materialized) views and foreign tables along normal tables when fetching table schema 10 years ago
Carsten Brandt 0772f0ebb2 fixed postgres tests 10 years ago
Qiang Xue 8c444d407b Fixed test break. 10 years ago
Qiang Xue dd15857eda Fixed test break. 10 years ago
Carsten Brandt 78b5c7db66 fixed boolean handling for PostgreSQL 10 years ago
Carsten Brandt c4dc9470be created a test case to verify #4682 10 years ago
Carsten Brandt c6274acf6c ensure postgres boolean values are handled correctly 10 years ago
Nikitin Vitaly f1dd83e2a9 Added test that are making sure batchInsert boolean values in PostgreSQL isn't failing with errors 10 years ago
Carsten Brandt cd5bdd90d2 fixed postgres tests 10 years ago
Carsten Brandt 651e6a3feb added support for BIT default values 10 years ago
Carsten Brandt 4f95fcd91f added unit tests for schema detection 10 years ago
NmDimas 95d2b29bff Change unit test to Unlink and add test to unlinkAll 10 years ago
Alexander Makarov b987c92151 Escaped more table names 11 years ago
Alexander Makarov 538a074c0f Escaped table names for unit tests 11 years ago
Alexander Makarov ab799d8ea9 Fixes #2911: Removed `tbl_` default for table prefix 11 years ago
Carsten Brandt c21e01930e added unit test for #2568 11 years ago
Alexander Kochetov 0ec5643ce3 Unit tests updated 11 years ago
Carsten Brandt f017ba357f refactored unit tests. put common AR tests in trait 11 years ago
Carsten Brandt 06a91d6271 fixed unit tests for cubrid and postgresql 11 years ago
Carsten Brandt 34945b0b69 added unit test to verify storing of null values 11 years ago
Suralc 24e2f88503 Renamed validator test models to be less specific. 11 years ago
Suralc 5c8927af7d Added ExistValidatorTest and added new option to DatabaseTestCase 11 years ago
gevik f667b5785b - Added drop/add primary key methods to Command.php 11 years ago
Gevik Babakhani 18218c4132 Removed unused columns. 11 years ago
Gevik Babakhani 97270a389a Savepoint, implementing fkeys. 11 years ago
Gevik Babakhani 103621ad05 Savepoint: WIP implementing columns 11 years ago
Gevik Babakhani c30eae62d2 Added initial unit testing files for the pgsql driver. 11 years ago
Qiang Xue 5f2f574381 w 13 years ago
Qiang Xue f082c0eb9a w 13 years ago