summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2013-10-07html export: 4.0 needs type attribute for style tagThomas Arnhold1-1/+2
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold1-1/+1
2013-10-04Initial fix for fdo#69915Jesús Corrius1-0/+6
2013-10-03HSQLDB unit test doesn't depend on firebird.Andrzej J.R. Hunt1-1/+0
2013-10-02Spell "indices" correctlyTor Lillqvist1-6/+6
2013-10-02janitorial: more const, commentsLionel Elie Mamane1-6/+13
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-1/+0
2013-10-02-Werror,-Wunused-variableStephan Bergmann1-2/+0
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann5-5/+5
2013-10-02remove some UniString::GetBufferCaolán McNamara1-1/+1
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan2-4/+0
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin22-226/+224
2013-10-01convert dbaccess module from String to OUStringNoel Grandin132-825/+825
2013-09-30Revert "Disable HSQLDB unit test for now."Andrzej J.R. Hunt1-5/+5
2013-09-27Disable HSQLDB unit test for now.Andrzej J.R. Hunt1-5/+5
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt1-14/+100
2013-09-27Refactor performance test.Andrzej J.R. Hunt1-88/+99
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt3-0/+365
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt1-3/+3
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt4-0/+136
2013-09-27Silence some (irrelevant) exceptions in firebird unit test.Andrzej J.R. Hunt1-0/+2
2013-09-27getURLFromWorkdir should actually return a URLStephan Bergmann1-1/+1
2013-09-27raah... getURLFromWorkdir does not put the URL schemeLionel Elie Mamane1-3/+1
2013-09-27get workdir URL directlyLionel Elie Mamane1-1/+1
2013-09-27a dependency started requiring boost...Lionel Elie Mamane1-0/+4
2013-09-27unittest for fdo#67685Lionel Elie Mamane4-0/+267
2013-09-26typo fixes in commentsAndras Timar4-6/+6
2013-09-25drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara3-6/+0
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara10-31/+33
2013-09-19remove dead definitionsNoel Grandin1-1/+0
2013-09-12Do not use int64 litteral without the proper wrappingNorbert Thiebaud1-1/+1
2013-09-12Remove sal_char* from dbexception and some cleanup.Andrzej J.R. Hunt1-1/+1
2013-09-12Update implementations of ColumnLocate::findColumn to throw on invalid column.Andrzej J.R. Hunt1-1/+5
2013-09-12CID#736168 help coverity out a bitCaolán McNamara1-4/+3
2013-09-10Remove unneeded lines.Andrzej J.R. Hunt1-6/+0
2013-09-10Add missing component to firebird unit test.Andrzej J.R. Hunt1-0/+1
2013-09-10Split reusable parts of Firebird unit test into DBTestBase.Andrzej J.R. Hunt2-54/+95
2013-09-10Fix typo.Andrzej J.R. Hunt1-1/+1
2013-09-10Try to fix Mac/Win Tinderboxes.Andrzej J.R. Hunt1-0/+2
2013-09-10Implement firebird integer loading test.Andrzej J.R. Hunt2-3/+56
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt4-0/+154
2013-09-08add mnemonic widgetsCaolán McNamara1-8/+3
2013-09-05update pchThomas Arnhold1-2/+3
2013-09-05use replaceFirstThomas Arnhold1-2/+2
2013-09-02Remove unused writeDBLoaderInfoJulien Nabet3-35/+0
2013-09-02XubString->OUStringCaolán McNamara2-3/+3
2013-08-31fix indentationPhilipp Riemer1-19/+24