[Libreoffice-commits] core.git: Changes to 'feature/firebird-sdbc2'

Andrzej J.R. Hunt andrzej at ahunt.org
Wed Jul 10 06:17:48 PDT 2013


New branch 'feature/firebird-sdbc2' available with the following commits:
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