Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: vapor/fluent-postgres-driver

Bump postgres-kit to 2.5.1

03 Feb 16:57
@VaporBot VaporBot
d27e8b1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored by @sketchmaster2001 and released by @0xTim.

postgres-kit has been updated to fix build conflicts with swift-nio. This bumps the postgres-kit version to fix build errors.

Contributors

0xTim and noahpistilli
Loading

Make `DatabaseError.isConnectionClosed` functional

13 Dec 18:21
@VaporBot VaporBot
131e154
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by @gwynne.

DatabaseError.isConnectionClosed now has the value true when the underlying error is PostgresError.connectionClosed.

Also avoids double-running the FluentBenchmark tests (same change as fluent-sqlite-driver#75) and actually runs the tests on Linux now.

Contributors

gwynne
Loading

Ensure SQLExpression executes are logged

11 Oct 16:39
@VaporBot VaporBot
0b7a43c
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by @0xTim.

Adds logging to calls to SQLDatabase.execute(sql:) to match the calls used by Fluent so queries such as raw queries are logged

Contributors

0xTim
Loading

Make SQL Log Level Configurable

11 Sep 09:57
@VaporBot VaporBot
c5ec19d
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by @0xTim.

Adds the option to set the log level at which SQL queries are logged. Defaults to .debug.

Contributors

0xTim
Loading

Log SQL of queries in when log level set to debug mode

12 Jul 13:47
@VaporBot VaporBot
afe159c
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by @0xTim.

Brings back logging when the log level is set to debug mode for queries. Will print the SQL and any binds depending on the queries being executed.

Loading

2.1.2

04 Dec 08:49
@0xTim 0xTim
11d4fce
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Update the Postgres NIO dependency to the correct version with the APIs Fluent Postgres Driver uses (#175 )

Loading

Use `PostgresConfiguration.ianaPortNumber` where possible

03 Nov 07:16
@tanner0101 tanner0101
0a925f4
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored and released by @gwynne.

This is a follow-on from vapor/postgres-kit#201.

Loading

Support connection pool timeout configuration

15 Jul 18:52
@tanner0101 tanner0101
f310f88
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
This patch was authored by @mattpolzin and released by @tanner0101.

Allows for configuration of connection pool timeouts (#161).

The connection pool timeout defines the maximum amount of time allowed for requesting a connection from the pool. This helps to prevent deadlock.

try app.databases.use(.postgres(
 configuration: ...,
 connectionPoolTimeout: .minutes(1)
), as: .psql)

The default timeout is 10 seconds.

Loading

FluentPostgresDriver 2.0.0

13 Jun 05:45
@tanner0101 tanner0101
cf8ec53
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

Support `.dictionary(of:)` data type

13 Jun 00:53
@tanner0101 tanner0101
2e76609
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading
Pre-release
This patch was authored and released by @tanner0101.

Updates to .dictionary(of:) data type added in FluentKit 1.0.0-rc.2.7 (#156).

Loading

AltStyle によって変換されたページ (->オリジナル) /