View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/libpqxx

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/jtv/libpqxx.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — 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 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
tiny-bit-of-lint 2024-04-23 20:37:18 UTC
Fix one lint warning.

Author: Jeroen T. Vermeulen
Author Date: 2024-04-23 20:37:18 UTC

Fix one lint warning.

807-throw_null_conversion-enum 2024-04-23 20:18:56 UTC
Further tweaks.

Author: Jeroen T. Vermeulen
Author Date: 2024-04-23 20:18:56 UTC

Further tweaks.

master 2024-04-20 14:07:36 UTC
Fix example in data type docs (#821)

Author: Andrew Kane
Author Date: 2024-04-20 14:07:36 UTC

Fix example in data type docs (#821)

Missing type in declaration in docs.

readthedocs 2024-03-24 20:09:37 UTC
Use `dirhtml` builder instead of `html`.

Author: Jeroen T. Vermeulen
Author Date: 2024-03-24 20:09:37 UTC

Use `dirhtml` builder instead of `html`.

update-config-checks 2024-03-11 12:55:27 UTC
Note.

Author: Jeroen T. Vermeulen
Author Date: 2024-03-11 12:55:27 UTC

Note.

test-span-conversion 2024-02-10 20:49:45 UTC
Test conversion from `span` to SQL array.

Author: Jeroen T. Vermeulen
Author Date: 2024-02-10 20:49:45 UTC

Test conversion from `span` to SQL array.

readthedocs-fix 2024-02-09 22:54:02 UTC
Add `doc/_static/` directory.

Author: Jeroen T. Vermeulen
Author Date: 2024-02-09 22:54:02 UTC

Add `doc/_static/` directory.

generate-feature-checks 2023-11-11 02:42:10 UTC
Generate config checks based on feature test macros.

Author: Jeroen T. Vermeulen
Author Date: 2023-11-11 02:42:10 UTC

Generate config checks based on feature test macros.

Uses the C++ feature test macros to generate configuration checks in
both autoconf and CMake.

generate-config 2023-11-03 17:23:54 UTC
Add `$CPPFLAGS` to preprocessor command line.

Author: Jeroen T. Vermeulen
Author Date: 2023-11-03 17:23:54 UTC

Add `$CPPFLAGS` to preprocessor command line.

pqfsize 2023-09-02 16:33:02 UTC
Tweaks to `PQfsize()` & `PQfmod()` support.

Author: Jeroen T. Vermeulen
Author Date: 2023-09-02 16:33:02 UTC

Tweaks to `PQfsize()` & `PQfmod()` support.

Some minor updates to the work done in #727:
* Check for errors coming from `PQfsize()`.
* Document that `PQfmod()` does not report errors.

retire-blob_already_exists 2023-05-20 13:02:39 UTC
Retire unused `blob_already_exists` exception.

Author: Jeroen T. Vermeulen
Author Date: 2023-05-20 13:02:39 UTC

Retire unused `blob_already_exists` exception.

This came up in #686.

out-of-tree-lint 2023-05-19 21:25:06 UTC
Fix shellcheck run for out-of-tree runs.

Author: Jeroen T. Vermeulen
Author Date: 2023-05-19 21:25:06 UTC

Fix shellcheck run for out-of-tree runs.

msvc-audit 2023-03-30 00:04:00 UTC
Try to enable MSVC debug options.

Author: Jeroen T. Vermeulen
Author Date: 2023-03-30 00:04:00 UTC

Try to enable MSVC debug options.

7.7 2023-03-29 21:05:33 UTC
Bump to 7.7.6.

Author: Jeroen T. Vermeulen
Author Date: 2023-03-29 21:05:33 UTC

Bump to 7.7.6.

decimal-fp 2023-03-04 13:50:40 UTC
Generate.

Author: Jeroen T. Vermeulen
Author Date: 2023-03-04 13:50:40 UTC

Generate.

decimal 2023-02-12 16:07:21 UTC
Start sketching out decimal FP support.

Author: Jeroen T. Vermeulen
Author Date: 2023-02-12 16:07:21 UTC

Start sketching out decimal FP support.

exp-PQgetNextCopyData 2023-02-09 21:24:57 UTC
It needs more fix.

Author: Jeroen T. Vermeulen
Author Date: 2023-02-09 21:24:57 UTC

It needs more fix.

feature-test-macro 2022-11-24 23:29:51 UTC
Remove from CMake setup as well.

Author: Jeroen T. Vermeulen
Author Date: 2022-11-24 23:29:51 UTC

Remove from CMake setup as well.

no-unquoted-backslash 2022-10-26 17:29:00 UTC
Backslashes do not occur in unquoted strings.

Author: Jeroen T. Vermeulen
Author Date: 2022-10-26 17:29:00 UTC

Backslashes do not occur in unquoted strings.

Removes a little wart in the array/composite/range field parser.

bump-reqs 2022-10-13 11:09:22 UTC
Bump minimum libpq/postgres to version 10.

Author: Jeroen T. Vermeulen
Author Date: 2022-10-13 11:09:22 UTC

Bump minimum libpq/postgres to version 10.

The PostgreSQL project no longer supports postgres 9, so I'm dropping
it off the libpqxx support list as well.

The only consequence code-wise is that libpqxx will now assume that
libpq has a `PQencryptPasswordConn()`.

Actually might be nice to have a compile-time check for an acceptable
libpq version. But that's a separate project.

7.3 2022-01-09 17:19:09 UTC
Update version.

Author: Jeroen T. Vermeulen
Author Date: 2022-01-09 17:19:09 UTC

Update version.

7.4 2022-01-09 17:05:46 UTC
Bump version.

Author: Jeroen T. Vermeulen
Author Date: 2022-01-09 17:05:46 UTC

Bump version.

7.5 2022-01-09 16:48:17 UTC
Bump version.

Author: Jeroen T. Vermeulen
Author Date: 2022-01-09 16:48:17 UTC

Bump version.

7.6 2022-01-09 16:36:14 UTC
Regenerate.

Author: Jeroen T. Vermeulen
Author Date: 2022-01-09 16:36:14 UTC

Regenerate.

6.4 2021-12-16 21:44:21 UTC
Don't configure on autogen.

Author: Jeroen T. Vermeulen
Author Date: 2021-12-16 21:44:21 UTC

Don't configure on autogen.

6.3 2019-06-14 08:11:28 UTC
Update NEWS.

Author: Jeroen T. Vermeulen
Author Date: 2019-06-14 08:11:28 UTC

Update NEWS.

5.1 2017-10-22 17:11:27 UTC
Regenerate for new version 5.1.1.

Author: Jeroen T. Vermeulen
Author Date: 2017-10-22 17:11:27 UTC

Regenerate for new version 5.1.1.

Fixes #33.

127 of 27 results

Other repositories

Name Last Modified
lp:libpqxx 16 hours ago
11 of 1 result
You can't create new repositories for libpqxx.