[Libreoffice-commits] core.git: Changes to 'feature/firebird-sdbc2'
Andrzej J.R. Hunt
andrzej at ahunt.org
Sun Sep 15 17:22:48 PDT 2013
New branch 'feature/firebird-sdbc2' available with the following commits:
commit 7cc42f51e9ab152feb3c959fb2e412bc23440cf9
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 15:09:22 2013 +0100
Implement first part of FDatabaseMetaData.
Change-Id: I6dae1f2ecf265333c121f419c0041dd7525efa9e
commit 16bb24099999707dfee6610aefb789dd31dbcc2e
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 12:53:15 2013 +0100
Cleanup firebird build files.
Change-Id: I347734cfcc5970d68a1deaef8b06e15a43d80639
commit 60155b048c6645b9d3415d82e97099ec44b1a72a
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 12:52:17 2013 +0100
Enable firebird by default, disable as default embedded driver.
Change-Id: I4907b8b7a3b9ab767132d35b5c3539d52d122660
commit 699aa1aff95b517d4a749f548526ca62bef912db
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 09:45:39 2013 +0100
Remove unnecessary catalog state (unsupported in firebird).
Change-Id: I34a7a245eb87a5b0d626be4008e2584774e82cf3
commit c5587174570b9f1f64c03eccdc530f7b2e4ae582
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 09:27:49 2013 +0100
Clean up and remove warnings for unsupported methods.
Change-Id: Id1a6c3c438c88791654ca9f301dbc7763caebeab
commit 3055c14b252087d8b628a64d284fe568d22bfa88
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 09:11:52 2013 +0100
Implement transaction isolation in firebird-sdbc.
Change-Id: Id18c26cbd62b2cf9573ffafcd3da0041c2d8e9c5
commit 0d99864d19b68d2fb829bf8a54fb8ca9804302d8
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 08:34:34 2013 +0100
Make db location a static member variable.
Change-Id: I138c18839f2816baae24ef84eb08dbb71cce2948
commit 26897cd0720e4bacace486ffc18b7a3b1f38b315
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 08:17:20 2013 +0100
Implement readonly support in firebird-sdbc.
Change-Id: Ifdb235a3772b92b7064d059700084f75d468d146
commit 9d9d2d813e720365aebd91dabf6d19cbb0234bbe
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 12 07:39:15 2013 +0100
Add auto-commit support to firebird-sdbc, enabled by default.
Change-Id: I0303cc8df281c70973ee10dd67d23757cc7bd97a
commit 9849301c48c552820a4929ac1406a5da293712b3
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 20:15:41 2013 +0100
Cleanup warnings in FConnection.
Unused parameter warnings remain as these methods are still to be implemented.
Change-Id: I38ec0a895112766ecae322fdf9c07dea11e60c59
commit 28dba0cc2d2a69663008dd22aafe4cfebabc6f31
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 19:44:50 2013 +0100
Do not ask for user/password in embedded firebird.
Change-Id: I0237106e4012c9116248a97eda0ddf899b435f64
commit 425878b7c236387c107cb09b793698f781fe7e5b
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 17:04:50 2013 +0100
Write embedded .fdb into Storage for OnSave & OnSaveAs.
Change-Id: I2534378c48253584904d11bf049d5d4a05c300dd
commit 521d0355602f35200f3750984e23221340c0e784
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 15:26:48 2013 +0100
Implement DocumentEventListener in firebird_sdbc driver.
Change-Id: I7e0c9abcb9822e673ba1e93c1d8bf4d177baae0f
commit caf488efb912b272698dd5193b6194468921b5fa
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 11:09:42 2013 +0100
Fix firebird lib installation location.
Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798
commit 8af4693b153a9b5b9469d41d5522cd70d1496d7f
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 10:14:58 2013 +0100
Create new fdb and/or extract from .odb as appropriate.
Change-Id: I99dd3300c2a7e903bc924b15c4fea2fd3ad4abb8
commit a17ed62780f57fcc20814644b5adb8b7ea2b9e0f
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jul 11 06:48:30 2013 +0100
Rename firebird-sdbc to firebird_sdbc to compile with latest master.
Change-Id: I56e3180095c8a1fa660e1e27588320bdce972952
commit 9d85403853ed7edc52387295f1645aa88ea4ab06
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Mon Jul 8 09:39:55 2013 +0100
Add embedded firebird loading code, set as default db.
Change-Id: I993d7d7bacec710bb57d9e8f91d3cd01b0fbf616
commit be6337750eca5871b0848585d39ec5dc287db252
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sun Jul 7 10:51:55 2013 +0100
Fix firebird installation (windows) + driver compilation fixes.
Change-Id: I253a2770c951a984bd50c906b0e84feeb8d105d9
commit 5ac592352812f556ac82400459aa5e1370aa13ee
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jul 5 14:30:45 2013 +0100
Patch Firebird to build on cygwin/msvc.
Change-Id: I56669eb98cdd3c6fab756898664751c349e8988e
commit 52f6819e891243b5f6348f5a41285e39e66751de
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jun 21 21:23:59 2013 +0100
Patch Firebird to use LO icu.
Previously Firebird built it's bundled icu leading to extra libraries
and path issues.
Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16
commit e99a271a8cc70aaa56e986c609af8f0daf477484
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Thu Jun 20 15:19:06 2013 +0100
Setup Firebird installation / scp2 details.
Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
commit 9fbf2396742e85cf49be2efe999980a25f1c067b
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Sun Jun 16 20:44:50 2013 +0100
Fix checks for system libatomic_ops.
Change-Id: Idb31e6be567e8530062517e7842cdfd8b84c7276
commit 1cadc97902d6be765abcc93fa20ced63add4a014
Author: Andrzej J.R. Hunt <andrzej at ahunt.org>
Date: Fri Jun 14 14:55:22 2013 +0100
Build firebird 2.5 internally. Also adds libatomic_ops.
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
commit b815388748f6c088e88eb3278617a04180aa7f75
Author: Andres Gomez <agomez at igalia.com>
Date: Wed Jun 5 18:16:49 2013 +0300
fb-sdbc: Pretty printing table log output
commit 2aeb035039c9ae42b8de2797b865f702eb8c02f5
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Thu Jun 6 08:27:34 2013 +0000
Implementing the FStatement::execute() method.
Change-Id: I661b8247a0dfaee970b4742b1114fe085cb8f4dd
commit 8c63237a5491f8e3d1c8e9df767acff3ab45adfb
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Thu Jun 6 08:25:39 2013 +0000
Fixed crash at FStatement disposing stage.
Change-Id: I04fb2ded38a12b8501c49ccea81ee72fc7b002d1
commit 295fcfa67797ca60be14cc9b5a3119c7a02f855f
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Thu Jun 6 08:24:57 2013 +0000
The VARCHAR tye requires a maximum length.
Change-Id: I410dea61c8fe904bc11c801f370d1df97e116372
commit f95f8800647f74cf8d4dbd5997bb507aa1775435
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Wed Jun 5 15:07:01 2013 +0000
GetTables uses now a Statement, instead of a PreparedStatement.
Change-Id: I8dee162d25360114931ed401d6a6c512ad0c3ec6
commit ae457ac6d77056745005b9e006b45693dc0de937
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Wed Jun 5 15:06:05 2013 +0000
Refactoring some code on the FStatement class.
Change-Id: Id172dde2f35538ac37b632f738fe5c2a87437832
commit 24fc0da503f170a648437a8e1288a8d60c03bf0b
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Tue Jun 4 13:54:48 2013 +0000
Executing again a PreparedStatement.
Change-Id: I10afa596ed0464e14c4fd95d3a7fb687451a10b4
commit 9996aab852f4daa55b987afcdb799de72b65d548
Author: Andres Gomez <agomez at igalia.com>
Date: Tue Jun 4 13:52:11 2013 +0300
fb-sdbc: added extra checks in FDriver
commit 3d97840d1158dc8b98a78b76e194d97ffa45e8b4
Author: Andres Gomez <agomez at igalia.com>
Date: Tue Jun 4 16:41:28 2013 +0300
fb-sdbc: Added temporal debugging in dbaccess
commit fed119ccd408862fe568fb6932aa48d3b9a3680e
Author: Andres Gomez <agomez at igalia.com>
Date: Tue Jun 4 13:09:47 2013 +0300
fb-sdbc: simplifying url comparison
commit 03069f9fbe7d846f28dec824d496368eb44a1ab0
Author: Andres Gomez <agomez at igalia.com>
Date: Tue Jun 4 13:51:40 2013 +0300
fb-sdbc: Added logging support
Remember that in order to enable the logging
output it is needed to properly set the SAL_LOG
environment variable.
For example:
$ SAL_LOG="+INFO.connectivity.firebird" solver/unxlngx6/installation/opt/program/soffice.bin
commit b0944d6f1362767bb0d2e8be3f40150a56abf2bf
Author: Andres Gomez <agomez at igalia.com>
Date: Tue Jun 4 13:11:00 2013 +0300
fb-sdbc: test file moved to a generic place
commit 3e1638aae16b448562f78eec2a7ee5542b98671f
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon Jun 3 23:25:45 2013 +0000
Dealing with parameters in Prepared Statement.
Change-Id: I1f94b7b4795c4a72ef8bf78bb032097094cda589
commit cc228a3fcdbcdd476cdbe8b699d9b7bb3b0445d2
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 21:06:48 2013 +0000
Adding debug info for tracking disposes and fixed a memory allocation bug.
Change-Id: Iae8a6dac26fd7d074ece6421ae61ecf7ce047b8f
commit 79cf983d367cbae05d4ce536db4e36f4c056a243
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 15:00:29 2013 +0000
Adding disposing bits.
Change-Id: I997c23d0c0765a6929be89087330ac6616ccd28c
commit 90ff5a75b7e3f5c573912a1a67a84445bbdfe334
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 13:15:02 2013 +0000
using the new implementation of the PreparedStatement and ResultSet classes.
Change-Id: Ic0048c0408819bcad6cf8c80121cfdd3f76dce55
commit 3e3ecdb2bda21fd2287e6fb2055737789884d28a
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 13:14:41 2013 +0000
Properly implementing the ResultSet class.
Change-Id: Ice2bd493cf016603d372fe7867cf1ec899f52d8b
commit 6cbae2dde593399102c183ac06e40861f05cc5c5
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 13:13:51 2013 +0000
Properly imñemenmting the prepared statement class.
Change-Id: I6788bbedb339686d3f97ecb2338994617f373803
commit 95cbee0fa2ad66fc8688f326136c614a17b1f725
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Mon May 27 12:27:23 2013 +0000
Properly implementing the connection construction.
Change-Id: I6bb114d871697483a1a4246496f73252e5307534
commit fa82a4cccaa85fc25a88485d6835fc2645e9f8b1
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Thu May 23 13:31:58 2013 +0000
Implementing the ResultSet interface.
Change-Id: I755533c5cb5af713d453b8e6ba7b734870e358a2
commit 6aa52911ac04cd9f24efbfcf314f41961c8570e0
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Wed May 22 08:56:23 2013 +0000
Debug info and some API methods implementation.
* getTypeInfo
* getTables
* prepared statements.
Change-Id: I549f4a9468b5346e22479363fe0fb81039bc6665
commit f9767c25e4fdeb1e05a8678e49fb07045c4ed1d4
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Wed May 22 08:55:08 2013 +0000
Added include and linking directives for building the firebird-sdbc driver.
Change-Id: I2126bc5ca0edc33f83ab6e71db1d38c5e4533ecc
commit 2c50884491102269bb8c9e3f06786a7d4305782a
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Wed Jun 5 15:48:38 2013 +0000
fb-sdbc: installing lib and resources.
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
commit f6e3e92322a7a03345bb4a5afff644a384c58fcb
Author: Javier Fernandez <jfernandez at igalia.com>
Date: Fri May 10 18:21:30 2013 +0000
Firebird: initial implementation of the skeleton driver.
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
More information about the Libreoffice-commits
mailing list