summaryrefslogtreecommitdiff
path: root/dbaccess/qa/unit
AgeCommit message (Collapse)Author
2014-04-15Remove dead codeStephan Bergmann
Change-Id: I46ca823d4bfd6ccdb47ce4b4bb793ec81bcc35d9
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-24svtools: sal_Bool->boolNoel Grandin
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
2013-11-09factorise code; make DBTestBase a UnoApiTestLionel Elie Mamane
Change-Id: I29c131f60caa36c464d99b9b86a59e2e16ce94e3
2013-11-09make firebird-sdbc an experimental featureLionel Elie Mamane
Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d
2013-09-27Add normal (non PreparedStatement) insert test.Andrzej J.R. Hunt
Change-Id: I0f6220917d8a9e8ecce30acbabf8386e73372ed3
2013-09-27Refactor performance test.Andrzej J.R. Hunt
This is to allow for comparing the use of Prepared/Normal statements. Change-Id: I6e120892f1c66f8b1c59bda309e88b2b7f39d230
2013-09-27Implement firebird/hsqldb performance comparison test.Andrzej J.R. Hunt
Change-Id: Iaf28b0fcb04ee713ccae6a593e56653eac6e2eba
2013-09-27Make our_sFilePath protected to allow reuse.Andrzej J.R. Hunt
Change-Id: Id760cfd196bb25aa1d982efa0b2b47211680c77e
2013-09-27Implement hsqldb loading test.Andrzej J.R. Hunt
Change-Id: I7dc6390b1061585054d1fa435414cae245122a1c
2013-09-12Do not use int64 litteral without the proper wrappingNorbert Thiebaud
Change-Id: I879a47720f337b57038ac3207cb466aa42d0beeb
2013-09-10Split reusable parts of Firebird unit test into DBTestBase.Andrzej J.R. Hunt
Change-Id: I6b2d131e0e4b53bb6b4cec69c5b0e99b8b9e74a7
2013-09-10Implement firebird integer loading test.Andrzej J.R. Hunt
This is mainly in order to determine whether the firebird ODS is safely portable -- if testIntegerDatabase fails on non x64 / non Linux / non LE platforms then this isn't the case. Change-Id: I44eb7a774650cec27748b2058e9bb153f32742dc
2013-09-10Add simple embedded firebird .odb loading test.Andrzej J.R. Hunt
This opens an "empty" firebird-based .odb and tests that it is possible for the firebird-sdbc driver to open the embedded database. "empty" denotes that the .odb is marked as using embedded firebird but doesn't in fact contain any .fdb file within. This is usual state of a .odb directly after creation using the "New Database" dialog when the sdbc driver first opens the database. Change-Id: I83941c05b6328d8419dca49121988640c6f887bc