3.11.2 * Implement `hash` interface for `Alias` instances, allowing them to be used in multi-source queries. 3.11.1 * Fix bug in new `_pk` / `get_id()` implementation for models that explicitly have disabled a primary-key. 3.11.0 * Fixes 1991. This particular issue involves joining 3 models together in a chain, where the outer two models are empty. Previously peewee would make the middle model an empty model instance (since a link might be needed from the source model to the outermost model). But since both were empty, it is more correct to make the intervening model a NULL value on the foreign-key field rather than an empty instance. * An unrelated fix came out of the work on 1991 where hashing a model whose primary-key happened to be a foreign-key could trigger the FK resolution query. This patch fixes the `Model._pk` and `get_id()` interfaces so they no longer introduce the possibility of accidentally resolving the FK. * Allow `Field.contains()`, `startswith()` and `endswith()` to compare against another column-like object or expression. * Workaround for MySQL prior to 8 and MariaDB handling of union queries inside of parenthesized expressions (like IN). * Be more permissive in letting invalid values be stored in a field whose type is INTEGER or REAL, since Sqlite allows this. * `TimestampField` resolution cleanup. Now values 0 *and* 1 will resolve to a timestamp resolution of 1 second. Values 2-6 specify the number of decimal places (hundredths to microsecond), or alternatively the resolution can still be provided as a power of 10, e.g. 10, 1000 (millisecond), 1e6 (microsecond). * When self-referential foreign-keys are inherited, the foreign-key on the subclass will also be self-referential (rather than pointing to the parent model). * Add TSV import/export option to the `dataset` extension. * Add item interface to the `dataset.Table` class for doing primary-key lookup, assignment, or deletion. * Extend the mysql `ReconnectMixin` helper to work with mysql-connector. * Fix mapping of double-precision float in postgres schema reflection. Previously it mapped to single-precision, now it correctly uses a double. * Fix issue where `PostgresqlExtDatabase` and `MySQLConnectorDatabase` did not respect the `autoconnect` setting.
79 lines
2.8 KiB
Text
79 lines
2.8 KiB
Text
@comment $NetBSD: PLIST,v 1.20 2019/10/02 07:45:42 adam Exp $
|
|
bin/pwiz-${PYVERSSUFFIX}
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/peewee.py
|
|
${PYSITELIB}/peewee.pyc
|
|
${PYSITELIB}/peewee.pyo
|
|
${PYSITELIB}/playhouse/__init__.py
|
|
${PYSITELIB}/playhouse/__init__.pyc
|
|
${PYSITELIB}/playhouse/__init__.pyo
|
|
${PYSITELIB}/playhouse/_sqlite_ext.so
|
|
${PYSITELIB}/playhouse/_sqlite_udf.so
|
|
${PYSITELIB}/playhouse/apsw_ext.py
|
|
${PYSITELIB}/playhouse/apsw_ext.pyc
|
|
${PYSITELIB}/playhouse/apsw_ext.pyo
|
|
${PYSITELIB}/playhouse/dataset.py
|
|
${PYSITELIB}/playhouse/dataset.pyc
|
|
${PYSITELIB}/playhouse/dataset.pyo
|
|
${PYSITELIB}/playhouse/db_url.py
|
|
${PYSITELIB}/playhouse/db_url.pyc
|
|
${PYSITELIB}/playhouse/db_url.pyo
|
|
${PYSITELIB}/playhouse/fields.py
|
|
${PYSITELIB}/playhouse/fields.pyc
|
|
${PYSITELIB}/playhouse/fields.pyo
|
|
${PYSITELIB}/playhouse/flask_utils.py
|
|
${PYSITELIB}/playhouse/flask_utils.pyc
|
|
${PYSITELIB}/playhouse/flask_utils.pyo
|
|
${PYSITELIB}/playhouse/hybrid.py
|
|
${PYSITELIB}/playhouse/hybrid.pyc
|
|
${PYSITELIB}/playhouse/hybrid.pyo
|
|
${PYSITELIB}/playhouse/kv.py
|
|
${PYSITELIB}/playhouse/kv.pyc
|
|
${PYSITELIB}/playhouse/kv.pyo
|
|
${PYSITELIB}/playhouse/migrate.py
|
|
${PYSITELIB}/playhouse/migrate.pyc
|
|
${PYSITELIB}/playhouse/migrate.pyo
|
|
${PYSITELIB}/playhouse/mysql_ext.py
|
|
${PYSITELIB}/playhouse/mysql_ext.pyc
|
|
${PYSITELIB}/playhouse/mysql_ext.pyo
|
|
${PYSITELIB}/playhouse/pool.py
|
|
${PYSITELIB}/playhouse/pool.pyc
|
|
${PYSITELIB}/playhouse/pool.pyo
|
|
${PYSITELIB}/playhouse/postgres_ext.py
|
|
${PYSITELIB}/playhouse/postgres_ext.pyc
|
|
${PYSITELIB}/playhouse/postgres_ext.pyo
|
|
${PYSITELIB}/playhouse/reflection.py
|
|
${PYSITELIB}/playhouse/reflection.pyc
|
|
${PYSITELIB}/playhouse/reflection.pyo
|
|
${PYSITELIB}/playhouse/shortcuts.py
|
|
${PYSITELIB}/playhouse/shortcuts.pyc
|
|
${PYSITELIB}/playhouse/shortcuts.pyo
|
|
${PYSITELIB}/playhouse/signals.py
|
|
${PYSITELIB}/playhouse/signals.pyc
|
|
${PYSITELIB}/playhouse/signals.pyo
|
|
${PYSITELIB}/playhouse/sqlcipher_ext.py
|
|
${PYSITELIB}/playhouse/sqlcipher_ext.pyc
|
|
${PYSITELIB}/playhouse/sqlcipher_ext.pyo
|
|
${PYSITELIB}/playhouse/sqlite_changelog.py
|
|
${PYSITELIB}/playhouse/sqlite_changelog.pyc
|
|
${PYSITELIB}/playhouse/sqlite_changelog.pyo
|
|
${PYSITELIB}/playhouse/sqlite_ext.py
|
|
${PYSITELIB}/playhouse/sqlite_ext.pyc
|
|
${PYSITELIB}/playhouse/sqlite_ext.pyo
|
|
${PYSITELIB}/playhouse/sqlite_udf.py
|
|
${PYSITELIB}/playhouse/sqlite_udf.pyc
|
|
${PYSITELIB}/playhouse/sqlite_udf.pyo
|
|
${PYSITELIB}/playhouse/sqliteq.py
|
|
${PYSITELIB}/playhouse/sqliteq.pyc
|
|
${PYSITELIB}/playhouse/sqliteq.pyo
|
|
${PYSITELIB}/playhouse/test_utils.py
|
|
${PYSITELIB}/playhouse/test_utils.pyc
|
|
${PYSITELIB}/playhouse/test_utils.pyo
|
|
${PYSITELIB}/pwiz.py
|
|
${PYSITELIB}/pwiz.pyc
|
|
${PYSITELIB}/pwiz.pyo
|
|
man/man1/peewee-${PYVERSSUFFIX}.1
|