Alexander Makarov
538a074c0f
Escaped table names for unit tests
2014-03-30 20:23:03 +04:00
Alexander Makarov
ab799d8ea9
Fixes #2911 : Removed tbl_ default for table prefix
2014-03-30 19:33:46 +04:00
Alexander Makarov
647e9e146f
Added missing columns to cubrid test schema
2014-03-20 15:24:06 +04:00
Carsten Brandt
c21e01930e
added unit test for #2568
2014-02-27 15:13:51 +01:00
Alexander Kochetov
0ec5643ce3
Unit tests updated
2014-01-19 13:51:56 +04:00
Carsten Brandt
f017ba357f
refactored unit tests. put common AR tests in trait
2013-11-24 19:18:16 +01:00
Carsten Brandt
06a91d6271
fixed unit tests for cubrid and postgresql
...
both do not support unsigned integers
2013-10-29 19:10:47 +01:00
Carsten Brandt
34945b0b69
added unit test to verify storing of null values
...
http://www.yiiframework.com/forum/index.php/topic/48359-inserting-nulls/page__view__findpost__p__226019
2013-10-29 18:27:20 +01:00
Carsten Brandt
ef13a11f66
moved getPDOType() back to Command to avoid dependency on Schema
...
fixes #854
2013-09-18 16:29:16 +02:00
Carsten Brandt
164c70eebc
Add support for composite FK to cubrid
2013-09-06 15:32:33 +02:00
Carsten Brandt
58f8293b84
custom bindValue test for cubrid
2013-09-06 13:24:36 +02:00
Carsten Brandt
791f9d3f4e
better use int for boolean representation
...
bit has special syntax for storing and retreiving so we'd need a
converter for that.
Storing 1 bit will result in one byte left padded on the disc so the
result of a query for boolean 0 will be 0x00 and for boolean 1 will be
0x80.
2013-09-06 13:21:35 +02:00
Carsten Brandt
825258efb8
cubrid unit tests WIP
2013-09-05 18:23:25 +02:00