Commit Graph

12 Commits

Author SHA1 Message Date
Andrzej J.R. Hunt
5b74c6563c Cleanup Connection and rename from OConnection. (firebird-sdbc)
Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0
2013-09-09 19:52:27 +01:00
Andrzej J.R. Hunt
08ea5af067 Keep a TempFile instead of using TempFile::CreateTempName.
This ensures that the enclosing directory is kept while we work with
it.

Conflicts:
	connectivity/source/drivers/firebird/Connection.cxx

Change-Id: I5c095d481414e345cf05efc3d40d314f8f40ed12
Reviewed-on: https://gerrit.libreoffice.org/5814
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-09-06 19:38:08 +00:00
Andrzej J.R. Hunt
b991d27d3d CID#1079053 Uncaught Exception.
In this case we can just propagate the DeploymentException (is a
RuntimeException).

Change-Id: Ic807ec039af3856f90d4e798e1304a72421b4db6
2013-09-06 08:41:01 +01:00
Andrzej J.R. Hunt
525bb53ab8 CID#1079054 Uncaught exception.
In this case we should just propagate the DisposedException to the caller.

Change-Id: I3c2699ad6c2144007d98447b133cdbb13f5d50d9
2013-09-06 08:41:01 +01:00
Andrzej J.R. Hunt
4ef1215d6a Retrieve all char indexes for rebuildIndexes. (firebird-sdbc)
This provides the SQL SELECT statement necessary to retrieve all the indexes
needing rebuilding.

Change-Id: I07661277682f83dc3f2d33a398abd83593c9928d
2013-09-06 13:46:49 +01:00
Caolán McNamara
452584805c CID#1079332 Uninitialized scalar field
Change-Id: I07239ddec7806261fa9098839fd3fc9e5c400594
2013-09-05 12:09:59 +01:00
Andrzej J.R. Hunt
88d74f35c2 Create Catalog to deal with sdbcx details. (firebird-sdbc)
Change-Id: I521db652157e6b6da79e70f3731b6eddfc2bab1d
2013-08-12 17:20:22 +01:00
Andrzej J.R. Hunt
8d1842d4d5 Don't change calling convention.
Change-Id: I7fb6aa3337983f6e9dd7adb6d92a47c258d0bebe
2013-08-11 16:34:54 +01:00
Andrzej J.R. Hunt
464a0b5000 First chunk of skeleton sdbcx.Container. (firebird-sdbc)
Change-Id: Ic92c4d13b0ed9aba622d3a2459f9677d8cce3245
2013-08-11 16:05:10 +01:00
Andrzej J.R. Hunt
211094992c Fix transaction creation when autocommit disabled. (firebird-sdbc)
Change-Id: I190a90e9821961c4e972ec26ac282b05fd375d4b
2013-08-07 18:23:36 +01:00
Andrzej J.R. Hunt
03528afc5c Clear Statements as appropriate. (firebird-sdbc)
Change-Id: Ied90fe623dff284179c88ae77392d641ba0b004b
2013-08-02 15:39:52 +02:00
Andrzej J.R. Hunt
da25756ba9 Remove unnecessary F- prefix for firebird-sdbc files.
Change-Id: I6574ef7fd1c26770a74b2d1f2b0d997fcca97779
2013-07-31 16:06:58 +02:00