lp:~vcs-imports/libgda/+git/libgda

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/libgda/+git/libgda

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/libgda.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
LIBGDA_6.0 2024-05-03 17:10:51 UTC
Update Slovenian translation

Author: Martin Srebotnjak
Author Date: 2024-05-03 17:10:51 UTC

Update Slovenian translation

master 2024-05-03 17:10:06 UTC
Update Slovenian translation

Author: Martin Srebotnjak
Author Date: 2024-05-03 17:10:06 UTC

Update Slovenian translation

LIBGDA_5.2 2023-10-09 00:56:01 UTC
Merge branch 'LIBGDA_5.2' into 'LIBGDA_5.2'

Author: esodan
Author Date: 2023-10-09 00:56:01 UTC

Merge branch 'LIBGDA_5.2' into 'LIBGDA_5.2'

Fixed behavior for --{enable,disable}-introspection

See merge request GNOME/libgda!199

LIBGDA_5.4 2023-02-02 19:51:52 UTC
Update Turkish translation

Author: Serdar Sağlam
Author Date: 2023-02-02 19:51:52 UTC

Update Turkish translation

rafaelff-rm-unused-argument 2022-04-01 16:13:11 UTC
tools: Remove unused argument

Author: Rafael Fontenelle
Author Date: 2022-04-01 16:13:11 UTC

tools: Remove unused argument

Since Meson 0.60.0, i18n.merge_file no longer accepts
positional arguments, causing the build to fail with the
message:

"libgda/tools/browser/meson.build:87:5: ERROR: Function does not take positional arguments."

jdbc 2022-01-16 16:51:24 UTC
GtkDoc: libgda generation meson module requiring string array

Author: esodan
Author Date: 2022-01-16 16:51:24 UTC

GtkDoc: libgda generation meson module requiring string array

wip/implicit_enums 2020-08-12 23:08:50 UTC
GdaDataSelect: remove unnecessary internal function

Author: esodan
Author Date: 2020-08-12 23:08:50 UTC

GdaDataSelect: remove unnecessary internal function

_gda_data_select_update_usage_flags() was used on one place
and its function was moved to gda-server-provider.c

LIBGDA_4.2 2013-08-01 16:19:04 UTC
Avoid warnings at GIR generation related to missing ':'

Author: Andrea Zagli
Author Date: 2013-08-01 16:19:04 UTC

Avoid warnings at GIR generation related to missing ':'

LIBGDA_5.0 2013-06-20 04:33:44 UTC
Distribute Gda-5.0.metadata fixes Bug #701752. Avoid some warnings on Gdaui-5...

Author: esodan
Author Date: 2013-06-20 04:33:44 UTC

Distribute Gda-5.0.metadata fixes Bug #701752. Avoid some warnings on Gdaui-5.0.gir generation.

LIBGDA_4.0 2011-03-23 17:05:47 UTC
MySQL provider: correctly handle the UNIX SOCKET connection argument

Author: Vivien Malerba
Author Date: 2011-03-23 17:05:47 UTC

MySQL provider: correctly handle the UNIX SOCKET connection argument

tmp 2011-03-16 10:13:45 UTC
Configure: renamed "LIBGDA" test to "COREDEPS" to avoid ambiguity

Author: Vivien Malerba
Author Date: 2011-03-16 10:13:45 UTC

Configure: renamed "LIBGDA" test to "COREDEPS" to avoid ambiguity

gtk3 2011-03-13 16:33:47 UTC
Corrected header files for GPL licensed programs

Author: Vivien Malerba
Author Date: 2011-03-13 16:33:47 UTC

Corrected header files for GPL licensed programs

libgda-3-2 2008-08-05 20:18:08 UTC
Release 3.1.5

Author: Armin Burgmeier
Author Date: 2008-08-05 20:18:08 UTC

Release 3.1.5

svn path=/branches/libgda-3-2/; revision=3188

release-3-0-branch 2008-06-08 18:09:43 UTC
Remove executable bit

Author: Kjartan Maraas
Author Date: 2008-06-08 18:09:43 UTC

Remove executable bit

svn path=/branches/release-3-0-branch/; revision=3161

V4-branch 2008-03-05 17:44:37 UTC
providers writing improvements and generate PDF file, and doc. update

Author: Vivien Malerba
Author Date: 2008-03-05 17:44:37 UTC

providers writing improvements and generate PDF file, and doc. update

2008-03-05 Vivien Malerba <malerba@gnome-db.org>

 * doc/C: providers writing improvements and generate PDF file, and doc. update
 * libgda/gda-util.c: applied patch to change the default string escape for a
 single-quote char from backslash single-quote (\') to single-quote
 single-quote ('') so that SQLite will accept it (thanks to Phil Longstaff)
 * misc: removed debug info.
 * providers/postgres/parser.y:
 * sql-parser/parser.y: recognize "<>" as the DIFF operator
 * libgda/sqlite/gda-sqlite-provider.c: bind the variables using the SQLITE_TRANSIENT flag
 because the bound data depends on a GdaSet object which may be destroyed (or changed) afterwards
 which leads to uncorrect results
 * providers/skel-implementation/capi/gda-capi-provider.c:
 * providers/postgres/gda-postgres-provider.c:
 * libgda/sqlite/gda-sqlite-provider.c:
 * libgda/gda-connection.c:
 * libgda/gda-connection-private.h: removed gda_connection_internal_sql_executed() and altered
 gda_connection_internal_statement_executed() to add the statement execution parameters for
 future usage
 * providers/postgres/gda-postgres-provider.c:
 * providers/postgres/gda-postgres-meta.[ch]: more methods implemented
 * libgda/information_schema.xml: GdaMetaStore internal schema improvements
 * tools/gda-sql.c:
 * tools/command-exec.[ch]: several improvements (new \dn and \graph commands, improved
 tables' details report)
 * libgda/Makefile.am:
 * libgda/libgda.h.in:
 * libgda/gda-meta-struct.[ch]: new structure to easily handle database objects defined in
 a GdaMetaStore

svn path=/branches/V4-branch/; revision=3067

release-1-2-branch 2007-02-05 15:01:10 UTC
Correct typo in the gda_command_new() documentation. Bug #129633 from Jon

Author: Murray Cumming
Author Date: 2007-02-05 15:01:10 UTC

Correct typo in the gda_command_new() documentation. Bug #129633 from Jon

2007-02-05 Murray Cumming <murrayc@murrayc.com>

        * libgda/gda-command.c: Correct typo in the gda_command_new() documentation.
        Bug #129633 from Jon Willeke.

svn path=/branches/release-1-2-branch/; revision=2813

release-1-0-branch 2004-10-17 00:27:40 UTC
Add �nb� and �pa� to ALL_LINGUAS.

Author: Kjartan Maraas
Author Date: 2004-10-17 00:27:40 UTC

Add �nb� and �pa� to ALL_LINGUAS.

2004-10-17 Kjartan Maraas <kmaraas@gnome.org>

 * configure.in: Add �nb� and �pa� to ALL_LINGUAS.

gnome-1-x-branch 2002-12-14 10:28:46 UTC
Updated French translation.

Author: Christophe Merlet
Author Date: 2002-12-14 10:28:46 UTC

Updated French translation.

release-0-9-branch 2002-12-11 12:03:45 UTC
Released 0.9

Author: Rodrigo Moya
Author Date: 2002-12-11 12:03:45 UTC

Released 0.9

2002-12-10 Rodrigo Moya <rodrigo@gnome-db.org>

 Released 0.9

master-UNNAMED-BRANCH 2001-07-22 23:06:55 UTC
Use pkg-config

Author: Rodrigo Moya
Author Date: 2001-07-22 23:06:55 UTC

Use pkg-config

release-0-2-3-branch 2001-05-18 12:46:14 UTC
Updated Norwegian translation.

Author: Kjartan Maraas
Author Date: 2001-05-18 12:46:14 UTC

Updated Norwegian translation.

2001-05-18 Kjartan Maraas <kmaraas@gnome.org>

 * no.po: Updated Norwegian translation.

121 of 21 results
This repository contains Public information 
Everyone can see this information.

Subscribers