Morris Jobke
|
972e560e72
|
Adding tests for 4 byte unicode characters
* success on SQLite and Postgres
* failure on MySQL due to the limited charset that only supports up to 3 bytes
|
2016-10-19 00:15:01 +02:00 |
Thomas Müller
|
b966a4eb17
|
Adding unit test which shows insertIfNotExists to fall apart in certain situations
|
2015-03-09 22:37:49 +01:00 |
Thomas Müller
|
230e5e3788
|
let's name the column 'select' because this is a keyword on all platforms
|
2014-02-26 20:47:07 +01:00 |
Thomas Müller
|
459b5086d5
|
adding test for migrations on columns using keywords
|
2014-02-26 20:42:45 +01:00 |
Thomas Müller
|
99e068761a
|
adding a comment to the database schema
|
2014-01-20 10:17:31 +01:00 |
Oliver Gasser
|
cacb66480b
|
Add unit tests for decimal type usage
|
2013-12-18 23:40:11 +01:00 |
Oliver Gasser
|
95b3eb2c75
|
Add DB tests for default numeric
Add a table with a numeric column and an empty default directive.
|
2013-11-12 11:27:57 +01:00 |
Andreas Fischer
|
bd1163b7d5
|
Add database tests for INSERT/SELECT date format.
|
2013-09-12 23:43:21 +02:00 |
Jörn Friedrich Dreyer
|
fc27052887
|
shorten table identifiers in tests
|
2013-06-10 11:44:04 +02:00 |
Thomas Tanghus
|
c127c78df4
|
Don't use indexes in test data as postgres complains over duplicate keys.
|
2012-11-12 23:35:42 +01:00 |
Thomas Tanghus
|
1c9929d44f
|
Added unit tests for OC_DB::insertIfNotExist()
|
2012-10-19 13:18:57 +02:00 |
Bart Visscher
|
316ed0ccc7
|
Add missing test files
|
2012-10-12 15:59:19 +02:00 |