Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -6/+5 | |
Only possible in the development build system at this stage. | |||||
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2011-10-26 | Quote schema object identifiers for Oracle where necessary | Constantin Michael | 1 | -0/+6 | |
Oracle converts all alphabetical characters in unquoted schema object identifiers to uppercase. This behaviour cannot be disabled. | |||||
2011-10-21 | Remove common_ from all table_prefix arguments in common tests | Constantin Michael | 1 | -1/+1 | |
2011-08-24 | Make tests use unique table prefixes | Boris Kolpackov | 1 | -1/+1 | |
2011-07-22 | Add pragma for setting type's or member's default value | Boris Kolpackov | 1 | -0/+76 | |
New pragma: default. New test: default. |