Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~3.19.0→~4.0.0Release Notes
coleifer/peewee (peewee)
v4.0.0Compare Source
asynciovia a new playhouse extension. Seethe documentation
for details.
PostgresqlDatabasecan usepsycopg(psycopg3) if it is installed. If bothpsycopg2 and psycopg3 are installed, Peewee will prefer psycopg2, but this
can be controlled by specifying
prefer_psycopg3=Truein the constructor.Same applies to
PostgresqlExtDatabase.Psycopg3Databaseclass has been moved toplayhouse.postgres_extand isnow just a thin wrapper around
PostgresqlExtDatabase.relying on the driver-provided
Json()wrapper(s).ISODateTimeFieldfor Sqlite that encodes datetimes in ISO format(more friendly when db is shared with other tools), and also properly reads
back UTC offset info.
playhouse.sqlite_ext.ClosureTableimplementation.Model.dirty_field_namesattribute that is safe for membershiptesting, since testing
x in dirty_fieldsreturns True if one or more fieldexists due to operator overloads returning a truthy Expression object.
Refs #3028.
_sqlite_extextension. The C implementations of the FTSrank functions are moved to
sqlite_udf. Most of the remaining functionalityis moved to
playhouse.cysqlite_extwhich supports it natively.Migrating
CSqliteExtDatabaseusage:You can either use
sqlite_ext.SqliteExtDatabaseor try the newcysqlite_ext.CySqliteDatabaseif you want all the old functionality and arewilling to try a new driver.
View commits
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.