summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/hsqldb
AgeCommit message (Expand)AuthorFilesLines
2018-05-28loplugin:passstuffbyrefNoel Grandin3-7/+7
2018-05-24tdf#117670: migration Firebird, deal with multiword columnJulien Nabet1-13/+33
2018-05-24tdf117333 dbahsql: Chain SQLExceptionsTamas Bunth1-9/+13
2018-05-20tdf#117298: migration Firebird, fix time dataJulien Nabet1-1/+1
2018-05-16Fix typosAndrea Gelmini1-1/+1
2018-05-16tdf#117333, tdf#117325 dbahsql: exception handlingTamas Bunth1-4/+50
2018-05-16tdf#116987 dbahsql: check for table names..Tamas Bunth6-2/+37
2018-05-14tdf#117092 dbahsql: handle multiple primary keysTamas Bunth5-9/+63
2018-05-12tdf#117301 dbahsql: add FLOAT typeTamas Bunth2-0/+4
2018-05-07tdf#117299 dbahsql: add varchar_ignorecase typeTamas Bunth4-4/+12
2018-05-02tdf#116980 tdf#116986 Fix data migration in..Tamas Bunth4-11/+17
2018-05-02tdf#116980 Add constraints after data migrationTamas Bunth4-19/+44
2018-05-02tdf#117296 dbahsql: Fix migration of numericTamas Bunth1-7/+4
2018-04-29tdf#117300 dbahsql: Add REAL typeTamas Bunth2-0/+3
2018-04-17Fix typoAndrea Gelmini1-1/+1
2018-04-17loplugin:constparamsNoel Grandin5-5/+5
2018-04-15tdf#116965 dbahsql: migrate relationgshipsTamas Bunth3-3/+15
2018-04-15tdf#116954 dbahsql: migrate views tooTamas Bunth1-0/+2
2018-04-15tdf#116982 dbahsql: fix autoincrementationTamas Bunth8-23/+265
2018-04-08Fix typoAndrea Gelmini1-1/+1
2018-04-07dbahsql: Add doxygen commentsTamas Bunth6-2/+99
2018-04-07dbahsql: add default for autoincremented columnsTamas Bunth2-2/+10
2018-04-07dbaccess: Enable hsql migration by defaultTamas Bunth9-50/+79
2018-03-29dbahsql: Unit test for binary importTamas Bunth2-17/+48
2018-03-28dbahsql: wrong variableTamas Bunth1-1/+1
2018-03-22dbahsql: refactor move index parser to parseschemaTamas Bunth3-63/+73
2018-03-22dbahsql: add unit tests for schema importTamas Bunth2-2/+2
2018-03-12Fix typoAndrea Gelmini1-1/+1
2018-03-12dbahsql: use empty Any for "Other" columnTamas Bunth1-2/+1
2018-03-12another fix for AndroidNoel Grandin1-1/+1
2018-03-12blind fix for AndroidNoel Grandin1-1/+1
2018-03-11dbahsql: import DATE and DATETIME columnsTamas Bunth3-8/+53
2018-03-11dbahsql: import TIME columnsTamas Bunth2-3/+16
2018-03-10dbahsql: Add numeric/decimal importTamas Bunth2-3/+104
2018-03-10dbahsql: add booleanTamas Bunth1-2/+6
2018-03-10Modernize a bit more dbaccessJulien Nabet1-2/+2
2018-03-08loplugin:unusedmethodsNoel Grandin1-5/+0
2018-03-07dbahsql: add BINARY and VARBINARY importTamas Bunth3-2/+41
2018-03-05Removed duplicated includeAndrea Gelmini1-1/+0
2018-03-05Fix typosAndrea Gelmini1-1/+1
2018-03-05HSQLDB Binary importTamas Bunth11-61/+665
2018-01-27Add HSQLDB schema importTamas Bunth10-0/+804