Age | Commit message (Collapse) | Author |
|
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
|
|
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
|
|
This is needed to allow usage of HSQLDB in a unit test in solver
(in conjunction with the following patch which adds LO_JAVA_DIR
to solver's unorc).
Change-Id: Ia3757b61d4ba0b2353e0d33290938cea40551d3a
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I34abaf80e82cb1d3cd51c9418b15351e9fdfc2fe
|
|
Change-Id: I61186189d791e54fb096505abd2fa7ac248035e8
|
|
Change-Id: I77e4fd5fffe45446050f8a1dfbcc8cc27290c786
|
|
Change-Id: Ice11ec8131a00335db48a05661bbe0285bb53fea
|
|
Change-Id: Ib63e6abd7b378671d1e01bf9357dd811ae88fc40
|
|
Change-Id: I7b646673eacf2abbac8a2bcfa744f840ff344c84
|
|
These are both non-native to firebird, hence always have to be converted
from whatever data we have.
Change-Id: I6e6843d95ee4f5cf0cd5953251796150f325f800
|
|
Change-Id: Ie9577ed021930c56f3270aa30306d89365c1b3b1
|
|
Even an empty ResultSet can be valid, and no other drivers do this.
Change-Id: Ie3aee718f0187d039dbd0c53fc32a71be4a1d9e9
|
|
Change-Id: I9faf9752556b7e0769d3a353e393924f5a1edb63
|
|
Change-Id: I3f693f5662f3022323c7ec726c9d7a506ce02185
|
|
This is in preparation for complying with the API by allowing
implicit type conversion.
Change-Id: I5e52fdc2f3562f806d7f9fba5d558ece4bd182ac
|
|
...so they work from CppunitTests (which make use of that "direct mode").
Change-Id: I92b72fb708ac1868644111b208f92ac58610ed11
|
|
Change-Id: Ic573e5ae63fdfb3d4ff79eb6d81fe0f4b058d582
|
|
Change-Id: Icc55a6b485341e3be0d3e96f51f41a2bba1629c1
|
|
Change-Id: I467494c1731999c50883f96301b00a3dc1282c73
|
|
Change-Id: Id30805f09bc359c6f66d87f050427c0e586ec93d
|
|
not only one.
Change-Id: I1f611dda6a98fb6244409c0cd1fc87fc9dfaa8c3
|
|
Change-Id: I709305d4ec3c37d3fc1c2c911551174f8cfbb883
|
|
Would have caused eternal recursion, probably was intended to use
throwGenericSQLException or similar, but throwing the correct
exception is probably cleaner anyway.
Change-Id: Ic4afa623bfcd57eb68ef6cfbf737862fd40eaaa2
|
|
Currently this causes some (all?) gcc to break.
Change-Id: If6d802f5a763904d06107fa99731dd4512f18052
|
|
Change-Id: I81909e4542bd5e8d1f8ae182c3c17f9bbea9745d
Reviewed-on: https://gerrit.libreoffice.org/5881
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I7a9354ecd35a70a005c6c50e38d27de9b33332bd
Reviewed-on: https://gerrit.libreoffice.org/5922
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
... by replacing gb_Rdb_install with a separate constructor so the right
target can be registered at the module. There is still an ugly special
case for the ure/services.
Change-Id: I81c004143f201aaf38daca99819888313ee24f49
|
|
Otherwise firebird won't recognise mixed case index names.
Change-Id: Ib581a592d03b12ad0944375d9eec8da9d680487e
|
|
Change-Id: I5f8c80b01917028fe80d468f5e96de56b917bd7e
|
|
Change-Id: I17105f474dea07a1a980252309a3ccd88a558db9
|
|
Change-Id: I3d9cf598404d137e0f13667ea8f0dc7be6253f7a
|
|
Change-Id: I228bb9f5d1121c1e328daa3d677cc54254255beb
|
|
Currently if the first set* method to be called is setNull, then
we segfault since we try to access m_pInSqlda which doesn't exist
yet.
Change-Id: I4ad9c0a7d68da11b2260a596dd95c4c2cb5bcd4c
|
|
This replaces the erronous Connection wide mutex. Libfbembed
is multithreaded hence we don't need a connection wide mutex.
Change-Id: Ifae79cdefecfe6597a535e36bda318563092bf6c
|
|
Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
|
|
Change-Id: I76b0f9e547ce604aaace129a60c99b0beceac300
|
|
Change-Id: I06cfdc29d7613638d3cea080e7b39c67c74d4de0
|
|
Change-Id: I0458892d9688a8618789652caf67251a61cc63aa
Reviewed-on: https://gerrit.libreoffice.org/5884
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
|
|
Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1
|
|
Change-Id: Idaddaeff58fa9433c678e7913435ad81bd615934
|
|
Change-Id: Ia2eb42ea2bf0f70a6d1fef29438a43a7a2f69388
|
|
Firebird doesn't support catalogs or schemas hence these parameters
are unused in the various get[...] methods. Previously these were (void)
casted however commenting out the parameters seems more correct and reduces
the amount of code.
(This was omitted for as-of-yet unimplemented methods since they will still
be looked at in detail.)
Change-Id: Ic6566ff0b3e873b802deec79d5497efdd21e577d
|
|
This commit somehow got lost on my old computer, so here it is
recreated.
Change-Id: Ib4001a21c92976fe0e3dea3778360ff67cbfa3a9
|
|
Firebird's DROP INDEX statements only need to contain the index name, including
the table name causes an error.
Change-Id: I5b61d82bda7176148f7849e31bd050e025f84e02
|
|
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>
|
|
osl::FileBase::getTempDirURL uses the general tmp directory which
can be the system wide directory (i.e. /tmp). This can lead to conflicts
e.g. if we have multiple instances each trying to create /tmp/firebird.
Instead we use ::utl::TempFile which uses a user-specific directory (as a
subdirectory of what osl::FileBase::getTempDirURL provides), in which we
can have the FIREBIRD_TMP and FIREBIRD_LOCK directories.
Change-Id: Ic868f12b0a56900eac75f2418986193dd5fe0f10
Reviewed-on: https://gerrit.libreoffice.org/5797
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
In this case we can just propagate the DeploymentException (is a
RuntimeException).
Change-Id: Ic807ec039af3856f90d4e798e1304a72421b4db6
|
|
In this case we should just propagate the DisposedException to the caller.
Change-Id: I3c2699ad6c2144007d98447b133cdbb13f5d50d9
|
|
In this case we can just pass the DisposedException (is a RuntimeException)
onto the calling methods.
Change-Id: I89d2421c03a5f8e81f209b94109ffde117cfb0cd
|
|
In this case we can just pass the DisposedException (is a RuntimeException)
onto the calling methods.
Change-Id: Ia85a2d147ed3822847fe64b8cac671c88c6444fe
|