Sorry, for some reason a number of bugs failed to have their patches
attached.  Please find the debdiff from the experimental upload attached
now.

On Fri, Feb 02, 2024 at 11:00:53PM +0000, Steve Langasek wrote:
> Source: libzdb
> Version: 3.1-0.2
> Severity: serious
> Tags: patch pending sid trixie
> Justification: library ABI skew on upgrade
> User: debian-...@lists.debian.org
> Usertags: time-t
> 
> NOTICE: these changes must not be uploaded to unstable yet!
> 
> Dear maintainer,
> 
> As part of the 64-bit time_t transition required to support 32-bit
> architectures in 2038 and beyond
> (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
> libzdb as a source package shipping runtime libraries whose ABI
> either is affected by the change in size of time_t, or could not be
> analyzed via abi-compliance-checker (and therefore to be on the safe
> side we assume is affected).
> 
> To ensure that inconsistent combinations of libraries with their
> reverse-dependencies are never installed together, it is necessary to
> have a library transition, which is most easily done by renaming the
> runtime library package.
> 
> Since turning on 64-bit time_t is being handled centrally through a change
> to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
> important that libraries affected by this ABI change all be uploaded close
> together in time.  Therefore I have prepared a 0-day NMU for libzdb
> which will initially be uploaded to experimental if possible, then to
> unstable after packages have cleared binary NEW.
> 
> Please find the patch for this NMU attached.
> 
> If you have any concerns about this patch, please reach out ASAP.  Although
> this package will be uploaded to experimental immediately, there will be a
> period of several days before we begin uploads to unstable; so if information
> becomes available that your package should not be included in the transition,
> there is time for us to amend the planned uploads.
> 
> 
> 
> -- System Information:
> Debian Release: trixie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
> 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> 

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru libzdb-3.1/debian/changelog libzdb-3.1/debian/changelog
--- libzdb-3.1/debian/changelog 2016-12-09 10:00:41.000000000 +0000
+++ libzdb-3.1/debian/changelog 2024-02-02 19:56:20.000000000 +0000
@@ -1,3 +1,10 @@
+libzdb (3.1-0.3~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 19:56:20 +0000
+
 libzdb (3.1-0.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libzdb-3.1/debian/control libzdb-3.1/debian/control
--- libzdb-3.1/debian/control   2016-12-09 10:00:41.000000000 +0000
+++ libzdb-3.1/debian/control   2024-02-02 19:56:20.000000000 +0000
@@ -19,7 +19,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libzdb11 (= ${binary:Version}),
+Depends: libzdb11t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Zild Database Library [devel]
@@ -28,7 +28,10 @@
  This library provides thread safe connection pooling and exception
  handling.  Currently supports MySQL, Sqlite3 and PostgreSQL.
 
-Package: libzdb11
+Package: libzdb11t64
+Provides: ${t64:Provides}
+Replaces: libzdb11
+Breaks: libzdb11 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
diff -Nru libzdb-3.1/debian/libzdb11.install libzdb-3.1/debian/libzdb11.install
--- libzdb-3.1/debian/libzdb11.install  2016-12-09 10:00:41.000000000 +0000
+++ libzdb-3.1/debian/libzdb11.install  1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libzdb-3.1/debian/libzdb11.symbols libzdb-3.1/debian/libzdb11.symbols
--- libzdb-3.1/debian/libzdb11.symbols  2016-12-09 10:00:41.000000000 +0000
+++ libzdb-3.1/debian/libzdb11.symbols  1970-01-01 00:00:00.000000000 +0000
@@ -1,264 +0,0 @@
-libzdb.so.11 libzdb11 #MINVER#
- AbortHandler@Base 2.11.2
- AssertException@Base 2.11.2
- ConnectionPool_active@Base 2.11.2
- ConnectionPool_free@Base 2.11.2
- ConnectionPool_getConnection@Base 2.11.2
- ConnectionPool_getConnectionTimeout@Base 2.11.2
- ConnectionPool_getInitialConnections@Base 2.11.2
- ConnectionPool_getMaxConnections@Base 2.11.2
- ConnectionPool_getURL@Base 2.11.2
- ConnectionPool_new@Base 2.11.2
- ConnectionPool_reapConnections@Base 2.11.2
- ConnectionPool_returnConnection@Base 2.11.2
- ConnectionPool_setAbortHandler@Base 2.11.2
- ConnectionPool_setConnectionTimeout@Base 2.11.2
- ConnectionPool_setInitialConnections@Base 2.11.2
- ConnectionPool_setMaxConnections@Base 2.11.2
- ConnectionPool_setReaper@Base 2.11.2
- ConnectionPool_size@Base 2.11.2
- ConnectionPool_start@Base 2.11.2
- ConnectionPool_stop@Base 2.11.2
- ConnectionPool_version@Base 2.11.2
- Connection_beginTransaction@Base 2.11.2
- Connection_clear@Base 2.11.2
- Connection_close@Base 2.11.2
- Connection_commit@Base 2.11.2
- Connection_execute@Base 2.11.2
- Connection_executeQuery@Base 2.11.2
- Connection_free@Base 2.11.2
- Connection_getLastAccessedTime@Base 2.11.2
- Connection_getLastError@Base 2.11.2
- Connection_getMaxRows@Base 2.11.2
- Connection_getQueryTimeout@Base 2.11.2
- Connection_getURL@Base 2.11.2
- Connection_isAvailable@Base 2.11.2
- Connection_isInTransaction@Base 2.11.2
- Connection_isSupported@Base 2.11.2
- Connection_lastRowId@Base 2.11.2
- Connection_new@Base 2.11.2
- Connection_ping@Base 2.11.2
- Connection_prepareStatement@Base 2.11.2
- Connection_rollback@Base 2.11.2
- Connection_rowsChanged@Base 2.11.2
- Connection_setAvailable@Base 2.11.2
- Connection_setMaxRows@Base 2.11.2
- Connection_setQueryTimeout@Base 2.11.2
- Exception_init@Base 2.11.2
- Exception_stack@Base 2.11.2
- Exception_throw@Base 2.11.2
- Mem_alloc@Base 2.11.2
- Mem_calloc@Base 2.11.2
- Mem_free@Base 2.11.2
- Mem_resize@Base 2.11.2
- MemoryException@Base 2.11.2
- MysqlConnection_beginTransaction@Base 2.11.2
- MysqlConnection_commit@Base 2.11.2
- MysqlConnection_execute@Base 2.11.2
- MysqlConnection_executeQuery@Base 2.11.2
- MysqlConnection_free@Base 2.11.2
- MysqlConnection_getLastError@Base 2.11.2
- MysqlConnection_lastRowId@Base 2.11.2
- MysqlConnection_new@Base 2.11.2
- MysqlConnection_ping@Base 2.11.2
- MysqlConnection_prepareStatement@Base 2.11.2
- MysqlConnection_rollback@Base 2.11.2
- MysqlConnection_rowsChanged@Base 2.11.2
- MysqlConnection_setMaxRows@Base 2.11.2
- MysqlConnection_setQueryTimeout@Base 2.11.2
- MysqlPreparedStatement_execute@Base 2.11.2
- MysqlPreparedStatement_executeQuery@Base 2.11.2
- MysqlPreparedStatement_free@Base 2.11.2
- MysqlPreparedStatement_new@Base 2.11.2
- MysqlPreparedStatement_rowsChanged@Base 3.1
- MysqlPreparedStatement_setBlob@Base 2.11.2
- MysqlPreparedStatement_setDouble@Base 2.11.2
- MysqlPreparedStatement_setInt@Base 2.11.2
- MysqlPreparedStatement_setLLong@Base 2.11.2
- MysqlPreparedStatement_setString@Base 2.11.2
- MysqlPreparedStatement_setTimestamp@Base 3.1
- MysqlResultSet_free@Base 2.11.2
- MysqlResultSet_getBlob@Base 2.11.2
- MysqlResultSet_getColumnCount@Base 2.11.2
- MysqlResultSet_getColumnName@Base 2.11.2
- MysqlResultSet_getColumnSize@Base 2.11.2
- MysqlResultSet_getString@Base 2.11.2
- MysqlResultSet_isnull@Base 3.1
- MysqlResultSet_new@Base 2.11.2
- MysqlResultSet_next@Base 2.11.2
- PostgresqlConnection_beginTransaction@Base 2.11.2
- PostgresqlConnection_commit@Base 2.11.2
- PostgresqlConnection_execute@Base 2.11.2
- PostgresqlConnection_executeQuery@Base 2.11.2
- PostgresqlConnection_free@Base 2.11.2
- PostgresqlConnection_getLastError@Base 2.11.2
- PostgresqlConnection_lastRowId@Base 2.11.2
- PostgresqlConnection_new@Base 2.11.2
- PostgresqlConnection_ping@Base 2.11.2
- PostgresqlConnection_prepareStatement@Base 2.11.2
- PostgresqlConnection_rollback@Base 2.11.2
- PostgresqlConnection_rowsChanged@Base 2.11.2
- PostgresqlConnection_setMaxRows@Base 2.11.2
- PostgresqlConnection_setQueryTimeout@Base 2.11.2
- PostgresqlPreparedStatement_execute@Base 2.11.2
- PostgresqlPreparedStatement_executeQuery@Base 2.11.2
- PostgresqlPreparedStatement_free@Base 2.11.2
- PostgresqlPreparedStatement_new@Base 2.11.2
- PostgresqlPreparedStatement_rowsChanged@Base 3.1
- PostgresqlPreparedStatement_setBlob@Base 2.11.2
- PostgresqlPreparedStatement_setDouble@Base 2.11.2
- PostgresqlPreparedStatement_setInt@Base 2.11.2
- PostgresqlPreparedStatement_setLLong@Base 2.11.2
- PostgresqlPreparedStatement_setString@Base 2.11.2
- PostgresqlPreparedStatement_setTimestamp@Base 3.1
- PostgresqlResultSet_free@Base 2.11.2
- PostgresqlResultSet_getBlob@Base 2.11.2
- PostgresqlResultSet_getColumnCount@Base 2.11.2
- PostgresqlResultSet_getColumnName@Base 2.11.2
- PostgresqlResultSet_getColumnSize@Base 2.11.2
- PostgresqlResultSet_getString@Base 2.11.2
- PostgresqlResultSet_isnull@Base 3.1
- PostgresqlResultSet_new@Base 2.11.2
- PostgresqlResultSet_next@Base 2.11.2
- PreparedStatement_execute@Base 2.11.2
- PreparedStatement_executeQuery@Base 2.11.2
- PreparedStatement_free@Base 2.11.2
- PreparedStatement_getParameterCount@Base 3.1
- PreparedStatement_new@Base 2.11.2
- PreparedStatement_rowsChanged@Base 3.1
- PreparedStatement_setBlob@Base 2.11.2
- PreparedStatement_setDouble@Base 2.11.2
- PreparedStatement_setInt@Base 2.11.2
- PreparedStatement_setLLong@Base 2.11.2
- PreparedStatement_setString@Base 2.11.2
- PreparedStatement_setTimestamp@Base 3.1
- ResultSet_free@Base 2.11.2
- ResultSet_getBlob@Base 2.11.2
- ResultSet_getBlobByName@Base 2.11.2
- ResultSet_getColumnCount@Base 2.11.2
- ResultSet_getColumnName@Base 2.11.2
- ResultSet_getColumnSize@Base 2.11.2
- ResultSet_getDateTime@Base 3.1
- ResultSet_getDateTimeByName@Base 3.1
- ResultSet_getDouble@Base 2.11.2
- ResultSet_getDoubleByName@Base 2.11.2
- ResultSet_getInt@Base 2.11.2
- ResultSet_getIntByName@Base 2.11.2
- ResultSet_getLLong@Base 2.11.2
- ResultSet_getLLongByName@Base 2.11.2
- ResultSet_getString@Base 2.11.2
- ResultSet_getStringByName@Base 2.11.2
- ResultSet_getTimestamp@Base 3.1
- ResultSet_getTimestampByName@Base 3.1
- ResultSet_isnull@Base 3.1
- ResultSet_new@Base 2.11.2
- ResultSet_next@Base 2.11.2
- SQLException@Base 2.11.2
- SQLiteConnection_beginTransaction@Base 2.11.2
- SQLiteConnection_commit@Base 2.11.2
- SQLiteConnection_execute@Base 2.11.2
- SQLiteConnection_executeQuery@Base 2.11.2
- SQLiteConnection_free@Base 2.11.2
- SQLiteConnection_getLastError@Base 2.11.2
- SQLiteConnection_lastRowId@Base 2.11.2
- SQLiteConnection_new@Base 2.11.2
- SQLiteConnection_ping@Base 2.11.2
- SQLiteConnection_prepareStatement@Base 2.11.2
- SQLiteConnection_rollback@Base 2.11.2
- SQLiteConnection_rowsChanged@Base 2.11.2
- SQLiteConnection_setMaxRows@Base 2.11.2
- SQLiteConnection_setQueryTimeout@Base 2.11.2
- SQLitePreparedStatement_execute@Base 2.11.2
- SQLitePreparedStatement_executeQuery@Base 2.11.2
- SQLitePreparedStatement_free@Base 2.11.2
- SQLitePreparedStatement_new@Base 2.11.2
- SQLitePreparedStatement_rowsChanged@Base 3.1
- SQLitePreparedStatement_setBlob@Base 2.11.2
- SQLitePreparedStatement_setDouble@Base 2.11.2
- SQLitePreparedStatement_setInt@Base 2.11.2
- SQLitePreparedStatement_setLLong@Base 2.11.2
- SQLitePreparedStatement_setString@Base 2.11.2
- SQLitePreparedStatement_setTimestamp@Base 3.1
- SQLiteResultSet_free@Base 2.11.2
- SQLiteResultSet_getBlob@Base 2.11.2
- SQLiteResultSet_getColumnCount@Base 2.11.2
- SQLiteResultSet_getColumnName@Base 2.11.2
- SQLiteResultSet_getColumnSize@Base 2.11.2
- SQLiteResultSet_getDateTime@Base 3.1
- SQLiteResultSet_getString@Base 2.11.2
- SQLiteResultSet_getTimestamp@Base 3.1
- SQLiteResultSet_isnull@Base 3.1
- SQLiteResultSet_new@Base 2.11.2
- SQLiteResultSet_next@Base 2.11.2
- Str_cat@Base 2.11.2
- Str_copy@Base 2.11.2
- Str_dup@Base 2.11.2
- Str_isByteEqual@Base 2.11.2
- Str_isEqual@Base 2.11.2
- Str_ndup@Base 2.11.2
- Str_parseDouble@Base 2.11.2
- Str_parseInt@Base 2.11.2
- Str_parseLLong@Base 2.11.2
- Str_startsWith@Base 2.11.2
- Str_vcat@Base 2.11.2
- StringBuffer_append@Base 2.11.2
- StringBuffer_clear@Base 2.11.2
- StringBuffer_create@Base 2.11.2
- StringBuffer_free@Base 2.11.2
- StringBuffer_length@Base 2.11.2
- StringBuffer_new@Base 2.11.2
- StringBuffer_prepare4oracle@Base 2.11.2
- StringBuffer_prepare4postgres@Base 2.11.2
- StringBuffer_set@Base 3.1
- StringBuffer_toString@Base 2.11.2
- StringBuffer_trim@Base 2.11.2
- StringBuffer_vappend@Base 2.11.2
- StringBuffer_vset@Base 3.1
- System_abort@Base 2.11.2
- System_debug@Base 2.11.2
- System_getError@Base 2.11.2
- System_getLastError@Base 2.11.2
- Time_milli@Base 2.11.2
- Time_now@Base 2.11.2
- Time_toDateTime@Base 3.1
- Time_toString@Base 3.1
- Time_toTimestamp@Base 3.1
- Time_usleep@Base 2.11.2
- URL_create@Base 2.11.2
- URL_escape@Base 2.11.2
- URL_free@Base 2.11.2
- URL_getHost@Base 2.11.2
- URL_getParameter@Base 2.11.2
- URL_getParameterNames@Base 2.11.2
- URL_getPassword@Base 2.11.2
- URL_getPath@Base 2.11.2
- URL_getPort@Base 2.11.2
- URL_getProtocol@Base 2.11.2
- URL_getQueryString@Base 2.11.2
- URL_getUser@Base 2.11.2
- URL_new@Base 2.11.2
- URL_toString@Base 2.11.2
- URL_unescape@Base 2.11.2
- Vector_free@Base 2.11.2
- Vector_get@Base 2.11.2
- Vector_insert@Base 2.11.2
- Vector_isEmpty@Base 2.11.2
- Vector_map@Base 2.11.2
- Vector_new@Base 2.11.2
- Vector_pop@Base 2.11.2
- Vector_push@Base 2.11.2
- Vector_remove@Base 2.11.2
- Vector_set@Base 2.11.2
- Vector_size@Base 2.11.2
- Vector_toArray@Base 2.11.2
- ZBDEBUG@Base 2.11.2
- assert@Base 2.11.2
- mysqlcops@Base 2.11.2
- mysqlpops@Base 2.11.2
- mysqlrops@Base 2.11.2
- postgresqlcops@Base 2.11.2
- postgresqlpops@Base 2.11.2
- postgresqlrops@Base 2.11.2
- sqlite3cops@Base 2.11.2
- sqlite3pops@Base 2.11.2
- sqlite3rops@Base 2.11.2
diff -Nru libzdb-3.1/debian/libzdb11t64.install 
libzdb-3.1/debian/libzdb11t64.install
--- libzdb-3.1/debian/libzdb11t64.install       1970-01-01 00:00:00.000000000 
+0000
+++ libzdb-3.1/debian/libzdb11t64.install       2024-02-02 19:56:20.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libzdb-3.1/debian/libzdb11t64.lintian-overrides 
libzdb-3.1/debian/libzdb11t64.lintian-overrides
--- libzdb-3.1/debian/libzdb11t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ libzdb-3.1/debian/libzdb11t64.lintian-overrides     2024-02-02 
19:56:20.000000000 +0000
@@ -0,0 +1 @@
+libzdb11t64: package-name-doesnt-match-sonames libzdb11
diff -Nru libzdb-3.1/debian/libzdb11t64.symbols 
libzdb-3.1/debian/libzdb11t64.symbols
--- libzdb-3.1/debian/libzdb11t64.symbols       1970-01-01 00:00:00.000000000 
+0000
+++ libzdb-3.1/debian/libzdb11t64.symbols       2024-02-02 19:56:20.000000000 
+0000
@@ -0,0 +1,264 @@
+libzdb.so.11 libzdb11t64 #MINVER#
+ AbortHandler@Base 2.11.2
+ AssertException@Base 2.11.2
+ ConnectionPool_active@Base 2.11.2
+ ConnectionPool_free@Base 2.11.2
+ ConnectionPool_getConnection@Base 2.11.2
+ ConnectionPool_getConnectionTimeout@Base 2.11.2
+ ConnectionPool_getInitialConnections@Base 2.11.2
+ ConnectionPool_getMaxConnections@Base 2.11.2
+ ConnectionPool_getURL@Base 2.11.2
+ ConnectionPool_new@Base 2.11.2
+ ConnectionPool_reapConnections@Base 2.11.2
+ ConnectionPool_returnConnection@Base 2.11.2
+ ConnectionPool_setAbortHandler@Base 2.11.2
+ ConnectionPool_setConnectionTimeout@Base 2.11.2
+ ConnectionPool_setInitialConnections@Base 2.11.2
+ ConnectionPool_setMaxConnections@Base 2.11.2
+ ConnectionPool_setReaper@Base 2.11.2
+ ConnectionPool_size@Base 2.11.2
+ ConnectionPool_start@Base 2.11.2
+ ConnectionPool_stop@Base 2.11.2
+ ConnectionPool_version@Base 2.11.2
+ Connection_beginTransaction@Base 2.11.2
+ Connection_clear@Base 2.11.2
+ Connection_close@Base 2.11.2
+ Connection_commit@Base 2.11.2
+ Connection_execute@Base 2.11.2
+ Connection_executeQuery@Base 2.11.2
+ Connection_free@Base 2.11.2
+ Connection_getLastAccessedTime@Base 2.11.2
+ Connection_getLastError@Base 2.11.2
+ Connection_getMaxRows@Base 2.11.2
+ Connection_getQueryTimeout@Base 2.11.2
+ Connection_getURL@Base 2.11.2
+ Connection_isAvailable@Base 2.11.2
+ Connection_isInTransaction@Base 2.11.2
+ Connection_isSupported@Base 2.11.2
+ Connection_lastRowId@Base 2.11.2
+ Connection_new@Base 2.11.2
+ Connection_ping@Base 2.11.2
+ Connection_prepareStatement@Base 2.11.2
+ Connection_rollback@Base 2.11.2
+ Connection_rowsChanged@Base 2.11.2
+ Connection_setAvailable@Base 2.11.2
+ Connection_setMaxRows@Base 2.11.2
+ Connection_setQueryTimeout@Base 2.11.2
+ Exception_init@Base 2.11.2
+ Exception_stack@Base 2.11.2
+ Exception_throw@Base 2.11.2
+ Mem_alloc@Base 2.11.2
+ Mem_calloc@Base 2.11.2
+ Mem_free@Base 2.11.2
+ Mem_resize@Base 2.11.2
+ MemoryException@Base 2.11.2
+ MysqlConnection_beginTransaction@Base 2.11.2
+ MysqlConnection_commit@Base 2.11.2
+ MysqlConnection_execute@Base 2.11.2
+ MysqlConnection_executeQuery@Base 2.11.2
+ MysqlConnection_free@Base 2.11.2
+ MysqlConnection_getLastError@Base 2.11.2
+ MysqlConnection_lastRowId@Base 2.11.2
+ MysqlConnection_new@Base 2.11.2
+ MysqlConnection_ping@Base 2.11.2
+ MysqlConnection_prepareStatement@Base 2.11.2
+ MysqlConnection_rollback@Base 2.11.2
+ MysqlConnection_rowsChanged@Base 2.11.2
+ MysqlConnection_setMaxRows@Base 2.11.2
+ MysqlConnection_setQueryTimeout@Base 2.11.2
+ MysqlPreparedStatement_execute@Base 2.11.2
+ MysqlPreparedStatement_executeQuery@Base 2.11.2
+ MysqlPreparedStatement_free@Base 2.11.2
+ MysqlPreparedStatement_new@Base 2.11.2
+ MysqlPreparedStatement_rowsChanged@Base 3.1
+ MysqlPreparedStatement_setBlob@Base 2.11.2
+ MysqlPreparedStatement_setDouble@Base 2.11.2
+ MysqlPreparedStatement_setInt@Base 2.11.2
+ MysqlPreparedStatement_setLLong@Base 2.11.2
+ MysqlPreparedStatement_setString@Base 2.11.2
+ MysqlPreparedStatement_setTimestamp@Base 3.1
+ MysqlResultSet_free@Base 2.11.2
+ MysqlResultSet_getBlob@Base 2.11.2
+ MysqlResultSet_getColumnCount@Base 2.11.2
+ MysqlResultSet_getColumnName@Base 2.11.2
+ MysqlResultSet_getColumnSize@Base 2.11.2
+ MysqlResultSet_getString@Base 2.11.2
+ MysqlResultSet_isnull@Base 3.1
+ MysqlResultSet_new@Base 2.11.2
+ MysqlResultSet_next@Base 2.11.2
+ PostgresqlConnection_beginTransaction@Base 2.11.2
+ PostgresqlConnection_commit@Base 2.11.2
+ PostgresqlConnection_execute@Base 2.11.2
+ PostgresqlConnection_executeQuery@Base 2.11.2
+ PostgresqlConnection_free@Base 2.11.2
+ PostgresqlConnection_getLastError@Base 2.11.2
+ PostgresqlConnection_lastRowId@Base 2.11.2
+ PostgresqlConnection_new@Base 2.11.2
+ PostgresqlConnection_ping@Base 2.11.2
+ PostgresqlConnection_prepareStatement@Base 2.11.2
+ PostgresqlConnection_rollback@Base 2.11.2
+ PostgresqlConnection_rowsChanged@Base 2.11.2
+ PostgresqlConnection_setMaxRows@Base 2.11.2
+ PostgresqlConnection_setQueryTimeout@Base 2.11.2
+ PostgresqlPreparedStatement_execute@Base 2.11.2
+ PostgresqlPreparedStatement_executeQuery@Base 2.11.2
+ PostgresqlPreparedStatement_free@Base 2.11.2
+ PostgresqlPreparedStatement_new@Base 2.11.2
+ PostgresqlPreparedStatement_rowsChanged@Base 3.1
+ PostgresqlPreparedStatement_setBlob@Base 2.11.2
+ PostgresqlPreparedStatement_setDouble@Base 2.11.2
+ PostgresqlPreparedStatement_setInt@Base 2.11.2
+ PostgresqlPreparedStatement_setLLong@Base 2.11.2
+ PostgresqlPreparedStatement_setString@Base 2.11.2
+ PostgresqlPreparedStatement_setTimestamp@Base 3.1
+ PostgresqlResultSet_free@Base 2.11.2
+ PostgresqlResultSet_getBlob@Base 2.11.2
+ PostgresqlResultSet_getColumnCount@Base 2.11.2
+ PostgresqlResultSet_getColumnName@Base 2.11.2
+ PostgresqlResultSet_getColumnSize@Base 2.11.2
+ PostgresqlResultSet_getString@Base 2.11.2
+ PostgresqlResultSet_isnull@Base 3.1
+ PostgresqlResultSet_new@Base 2.11.2
+ PostgresqlResultSet_next@Base 2.11.2
+ PreparedStatement_execute@Base 2.11.2
+ PreparedStatement_executeQuery@Base 2.11.2
+ PreparedStatement_free@Base 2.11.2
+ PreparedStatement_getParameterCount@Base 3.1
+ PreparedStatement_new@Base 2.11.2
+ PreparedStatement_rowsChanged@Base 3.1
+ PreparedStatement_setBlob@Base 2.11.2
+ PreparedStatement_setDouble@Base 2.11.2
+ PreparedStatement_setInt@Base 2.11.2
+ PreparedStatement_setLLong@Base 2.11.2
+ PreparedStatement_setString@Base 2.11.2
+ PreparedStatement_setTimestamp@Base 3.1
+ ResultSet_free@Base 2.11.2
+ ResultSet_getBlob@Base 2.11.2
+ ResultSet_getBlobByName@Base 2.11.2
+ ResultSet_getColumnCount@Base 2.11.2
+ ResultSet_getColumnName@Base 2.11.2
+ ResultSet_getColumnSize@Base 2.11.2
+ ResultSet_getDateTime@Base 3.1
+ ResultSet_getDateTimeByName@Base 3.1
+ ResultSet_getDouble@Base 2.11.2
+ ResultSet_getDoubleByName@Base 2.11.2
+ ResultSet_getInt@Base 2.11.2
+ ResultSet_getIntByName@Base 2.11.2
+ ResultSet_getLLong@Base 2.11.2
+ ResultSet_getLLongByName@Base 2.11.2
+ ResultSet_getString@Base 2.11.2
+ ResultSet_getStringByName@Base 2.11.2
+ ResultSet_getTimestamp@Base 3.1
+ ResultSet_getTimestampByName@Base 3.1
+ ResultSet_isnull@Base 3.1
+ ResultSet_new@Base 2.11.2
+ ResultSet_next@Base 2.11.2
+ SQLException@Base 2.11.2
+ SQLiteConnection_beginTransaction@Base 2.11.2
+ SQLiteConnection_commit@Base 2.11.2
+ SQLiteConnection_execute@Base 2.11.2
+ SQLiteConnection_executeQuery@Base 2.11.2
+ SQLiteConnection_free@Base 2.11.2
+ SQLiteConnection_getLastError@Base 2.11.2
+ SQLiteConnection_lastRowId@Base 2.11.2
+ SQLiteConnection_new@Base 2.11.2
+ SQLiteConnection_ping@Base 2.11.2
+ SQLiteConnection_prepareStatement@Base 2.11.2
+ SQLiteConnection_rollback@Base 2.11.2
+ SQLiteConnection_rowsChanged@Base 2.11.2
+ SQLiteConnection_setMaxRows@Base 2.11.2
+ SQLiteConnection_setQueryTimeout@Base 2.11.2
+ SQLitePreparedStatement_execute@Base 2.11.2
+ SQLitePreparedStatement_executeQuery@Base 2.11.2
+ SQLitePreparedStatement_free@Base 2.11.2
+ SQLitePreparedStatement_new@Base 2.11.2
+ SQLitePreparedStatement_rowsChanged@Base 3.1
+ SQLitePreparedStatement_setBlob@Base 2.11.2
+ SQLitePreparedStatement_setDouble@Base 2.11.2
+ SQLitePreparedStatement_setInt@Base 2.11.2
+ SQLitePreparedStatement_setLLong@Base 2.11.2
+ SQLitePreparedStatement_setString@Base 2.11.2
+ SQLitePreparedStatement_setTimestamp@Base 3.1
+ SQLiteResultSet_free@Base 2.11.2
+ SQLiteResultSet_getBlob@Base 2.11.2
+ SQLiteResultSet_getColumnCount@Base 2.11.2
+ SQLiteResultSet_getColumnName@Base 2.11.2
+ SQLiteResultSet_getColumnSize@Base 2.11.2
+ SQLiteResultSet_getDateTime@Base 3.1
+ SQLiteResultSet_getString@Base 2.11.2
+ SQLiteResultSet_getTimestamp@Base 3.1
+ SQLiteResultSet_isnull@Base 3.1
+ SQLiteResultSet_new@Base 2.11.2
+ SQLiteResultSet_next@Base 2.11.2
+ Str_cat@Base 2.11.2
+ Str_copy@Base 2.11.2
+ Str_dup@Base 2.11.2
+ Str_isByteEqual@Base 2.11.2
+ Str_isEqual@Base 2.11.2
+ Str_ndup@Base 2.11.2
+ Str_parseDouble@Base 2.11.2
+ Str_parseInt@Base 2.11.2
+ Str_parseLLong@Base 2.11.2
+ Str_startsWith@Base 2.11.2
+ Str_vcat@Base 2.11.2
+ StringBuffer_append@Base 2.11.2
+ StringBuffer_clear@Base 2.11.2
+ StringBuffer_create@Base 2.11.2
+ StringBuffer_free@Base 2.11.2
+ StringBuffer_length@Base 2.11.2
+ StringBuffer_new@Base 2.11.2
+ StringBuffer_prepare4oracle@Base 2.11.2
+ StringBuffer_prepare4postgres@Base 2.11.2
+ StringBuffer_set@Base 3.1
+ StringBuffer_toString@Base 2.11.2
+ StringBuffer_trim@Base 2.11.2
+ StringBuffer_vappend@Base 2.11.2
+ StringBuffer_vset@Base 3.1
+ System_abort@Base 2.11.2
+ System_debug@Base 2.11.2
+ System_getError@Base 2.11.2
+ System_getLastError@Base 2.11.2
+ Time_milli@Base 2.11.2
+ Time_now@Base 2.11.2
+ Time_toDateTime@Base 3.1
+ Time_toString@Base 3.1
+ Time_toTimestamp@Base 3.1
+ Time_usleep@Base 2.11.2
+ URL_create@Base 2.11.2
+ URL_escape@Base 2.11.2
+ URL_free@Base 2.11.2
+ URL_getHost@Base 2.11.2
+ URL_getParameter@Base 2.11.2
+ URL_getParameterNames@Base 2.11.2
+ URL_getPassword@Base 2.11.2
+ URL_getPath@Base 2.11.2
+ URL_getPort@Base 2.11.2
+ URL_getProtocol@Base 2.11.2
+ URL_getQueryString@Base 2.11.2
+ URL_getUser@Base 2.11.2
+ URL_new@Base 2.11.2
+ URL_toString@Base 2.11.2
+ URL_unescape@Base 2.11.2
+ Vector_free@Base 2.11.2
+ Vector_get@Base 2.11.2
+ Vector_insert@Base 2.11.2
+ Vector_isEmpty@Base 2.11.2
+ Vector_map@Base 2.11.2
+ Vector_new@Base 2.11.2
+ Vector_pop@Base 2.11.2
+ Vector_push@Base 2.11.2
+ Vector_remove@Base 2.11.2
+ Vector_set@Base 2.11.2
+ Vector_size@Base 2.11.2
+ Vector_toArray@Base 2.11.2
+ ZBDEBUG@Base 2.11.2
+ assert@Base 2.11.2
+ mysqlcops@Base 2.11.2
+ mysqlpops@Base 2.11.2
+ mysqlrops@Base 2.11.2
+ postgresqlcops@Base 2.11.2
+ postgresqlpops@Base 2.11.2
+ postgresqlrops@Base 2.11.2
+ sqlite3cops@Base 2.11.2
+ sqlite3pops@Base 2.11.2
+ sqlite3rops@Base 2.11.2

Attachment: signature.asc
Description: PGP signature

Reply via email to