summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
...
* move Java from config_features to already existing config_javaRene Engelhard2018-05-104-4/+4
* tdf#117299 dbahsql: add varchar_ignorecase typeTamas Bunth2018-05-074-4/+12
* Refactor: migration warn dlg without modifying APITamas Bunth2018-05-057-21/+18
* tdf#116980 tdf#116986 Fix data migration in..Tamas Bunth2018-05-024-11/+17
* tdf#116980 Add constraints after data migrationTamas Bunth2018-05-024-19/+44
* tdf#117296 dbahsql: Fix migration of numericTamas Bunth2018-05-021-7/+4
* Avoid getTokenCount()Matteo Casalin2018-04-291-8/+10
* OUString: getLength() ==> isEmpty() when possibleMatteo Casalin2018-04-291-6/+6
* Reduce getTokenCount calls, use getToken with start indexMatteo Casalin2018-04-291-6/+9
* tdf#117300 dbahsql: Add REAL typeTamas Bunth2018-04-292-0/+3
* [API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl2018-04-261-6/+3
* dbu: Set Firebird to default in wizard..Tamas Bunth2018-04-262-3/+18
* place an intermediate class as parent for SfxTabPagesCaolán McNamara2018-04-226-43/+45
* loplugin:unusedmethodsNoel Grandin2018-04-213-102/+0
* tdf#117053 create database wizard: set a property when it is supportedLionel Elie Mamane2018-04-181-7/+6
* tdf#117021: fix datasource exampleJulien Nabet2018-04-181-1/+1
* Resolves: tdf#117057 use same style warning as elsewhereCaolán McNamara2018-04-175-32/+13
* Fix typoAndrea Gelmini2018-04-171-1/+1
* Simplify calls to Menu::CheckItemMuhammet Kara2018-04-173-6/+6
* remove no longer necessary operator new/delete overridesNoel Grandin2018-04-171-4/+4
* cppcheck - fix variableScope in some filesGökhan Gurbetoğlu2018-04-171-3/+1
* loplugin:constparamsNoel Grandin2018-04-176-7/+7
* Fix typosAndrea Gelmini2018-04-163-3/+3
* More -Werror,-Wreturn-std-moveStephan Bergmann2018-04-161-2/+2
* follow on for tdf#116981Noel Grandin2018-04-162-6/+6
* tdf#116965 dbahsql: migrate relationgshipsTamas Bunth2018-04-153-3/+15
* tdf#116954 dbahsql: migrate views tooTamas Bunth2018-04-151-0/+2
* tdf#116982 dbahsql: fix autoincrementationTamas Bunth2018-04-159-23/+268
* remove some unused comphelper includesJochen Nitschke2018-04-1559-67/+4
* tdf#116944 Warn user before database migrationTamas Bunth2018-04-1410-6/+196
* Revert HSQLDB related unit testsTamas Bunth2018-04-1411-28/+38
* tdf#116981 Base when deleting table columnNoel Grandin2018-04-141-2/+2
* Fix typosAndrea Gelmini2018-04-141-1/+1
* look for check buttons without underlinesCaolán McNamara2018-04-146-0/+6
* look for radio buttons without underlinesCaolán McNamara2018-04-143-0/+7
* Removed duplicated includeAndrea Gelmini2018-04-131-1/+0
* tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen2018-04-1367-69/+7
* dbaccess: fix --without-java build once moreMiklos Vajna2018-04-123-14/+0
* ditch debugging codeCaolán McNamara2018-04-121-119/+0
* Revert "Remove dead HSQLDB driver"Sophia Schröder2018-04-126-3/+17
* new loplugin:unusedvariablemoreNoel Grandin2018-04-113-39/+2
* tdf#116890: make unique column names in prepared statementJulien Nabet2018-04-101-0/+7
* dbaccess: fix --without-java buildMiklos Vajna2018-04-103-7/+0
* Remove dead HSQLDB driverTamas Bunth2018-04-106-14/+3
* use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-091-2/+2
* tdf#116772 adapt handling of LIKE conditions to cleaned up StructuredFilterLionel Elie Mamane2018-04-082-2/+73
* this looks suspicious in light of cleaned up StructuredFilterLionel Elie Mamane2018-04-081-1/+0
* Fix typoAndrea Gelmini2018-04-081-1/+1
* dbahsql: Add doxygen commentsTamas Bunth2018-04-076-2/+99
* dbahsql: add default for autoincremented columnsTamas Bunth2018-04-072-2/+10