Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding tests for 4 byte unicode characters | Morris Jobke | 2016-10-19 | 1 | -0/+15 |
| | | | | | * success on SQLite and Postgres * failure on MySQL due to the limited charset that only supports up to 3 bytes | ||||
* | Adding unit test which shows insertIfNotExists to fall apart in certain ↵ | Thomas Müller | 2015-03-09 | 1 | -0/+55 |
| | | | | situations | ||||
* | let's name the column 'select' because this is a keyword on all platforms | Thomas Müller | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | adding test for migrations on columns using keywords | Thomas Müller | 2014-02-26 | 1 | -0/+15 |
| | |||||
* | adding a comment to the database schema | Thomas Müller | 2014-01-20 | 1 | -0/+1 |
| | |||||
* | Add unit tests for decimal type usage | Oliver Gasser | 2013-12-18 | 1 | -1/+2 |
| | |||||
* | Add DB tests for default numeric | Oliver Gasser | 2013-11-12 | 1 | -0/+22 |
| | | | | Add a table with a numeric column and an empty default directive. | ||||
* | Add database tests for INSERT/SELECT date format. | Andreas Fischer | 2013-09-12 | 1 | -0/+21 |
| | |||||
* | shorten table identifiers in tests | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -2/+2 |
| | |||||
* | Don't use indexes in test data as postgres complains over duplicate keys. | Thomas Tanghus | 2012-11-12 | 1 | -41/+0 |
| | |||||
* | Added unit tests for OC_DB::insertIfNotExist() | Thomas Tanghus | 2012-10-19 | 1 | -0/+84 |
| | |||||
* | Add missing test files | Bart Visscher | 2012-10-12 | 1 | -0/+138 |