The NetBSD Project

CVS log for pkgsrc/databases/py-sqlalchemy-utils/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / py-sqlalchemy-utils

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:27:58 2024 UTC (2 weeks, 6 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Oct 14 07:18:26 2024 UTC (6 weeks, 6 days ago) by wiz
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -2 lines
ipy-sqlalchemy-utils: remove reference to (unused) py-anyjson

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 2 18:13:32 2024 UTC (7 months, 4 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -3 lines
py-sqlalchemy-utils: updated to 0.41.2

0.41.2 (2024-03-22)

- Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `attributes.AttributeImpl` constructor

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Mar 6 20:46:56 2024 UTC (8 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +27 -2 lines
py-sqlalchemy-utils: convert to wheel.mk

Bump PKGREVISION.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Jun 3 23:42:11 2023 UTC (17 months, 4 weeks ago) by markd
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -4 lines
py-sqlalchemy-utils: update to 0.41.1

0.41.1 (2023-04-27)
- Use a custom SQL construct for refreshing materialized views in
  `refresh_materialized_view`

0.41.0 (2023-04-13)
- Support psycopg3 for ``create_database()`` and ``delete_database()``.

0.40.0 (2023-02-12)
- Remove Python 3.6 support
- Add SQLAlchemy 2 support
- Add comparison operator support for LTree type

0.39.0 (2022-12-23)
- Support Python 3.11.
- Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
- Fix a crash that occurs if the ``colour-science`` package is installed,
  which shares the same import name as the ``colour`` package that
  sqlalchemy-utils supports.
- Fix a crash that occurs if the installed sqlalchemy version is a beta

0.38.3 (2022-07-11)
- Fixed double-quoted UUID's in sqlalchemy >= 1.4.30
- Fixed create_database() and drop_database() crashing with CockroachDB
- Added mixed case support for pg composite
- Support Python 3.10.
- Drop support for Python 3.4 and 3.5.
- Remove the dependency on the six package.
- Introduce sqlalchemy 2.0 compatibility.

0.38.2 (2021-12-29)
- Added inherit_cache=False in order to avoid SQLAlchemy warnings in
  `cast_locale_expr`

0.38.1 (2021-12-21)
- Added cache_ok=True for various different types

0.38.0 (2021-12-21)
- Removed CompositeArray. Instead of CompositeArray one should use
  ARRAY(dimensions=1)
- Made ChoicesType only convert lists to tuples internally.

0.37.9 (2021-10-19)
- Fixed base padding class abstract methods
- Optimized cast_locale function
- Allow for arbitrary Table keyword arguments in create_table_from_selectable

0.37.8 (2021-06-28)
- Added 'zoneinfo' backend to TimezoneType

0.37.7 (2021-06-15)
- Added identifier quoting for view functions and constructs
- Added literal processor for UUIDType

0.37.6 (2021-06-02)
- Added `cache_ok=True` for TSVectorType

0.37.5 (2021-05-31)
- Fixed instant_defaults_listener to respect constructor supplied kwargs

0.37.4 (2021-05-21)
- Fixed incorrect Ltree.lca behaviour

0.37.3 (2021-05-16)
- Added `cache_ok=True` for all custom types
- Added CockroachDB support for UUIDType

0.37.2 (2021-05-05)
- Added python_requires to setup.py

0.37.1 (2021-05-03)
- Removed py27 from pypi wheel

0.37.0 (2021-04-12)
- Added SQLAlchemy 1.4 support
- Fixed database_exists() on PostgreSQL
- Added create_database support pymssql
- Removed `sort_query`, `get_query_entities` and `get_query_entity_by_alias`
  functions

Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Aug 24 09:50:40 2022 UTC (2 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -1 lines
py-sqlalchemy*: restrict to python 3.x

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:45 2022 UTC (2 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Aug 6 14:26:54 2020 UTC (4 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
py-sqlalchemy-utils: updated to 0.36.8

0.36.8
- Don't connect to 'postgres' data base for database existence check

0.36.7
- Fix dynamic relationships for observables

0.36.6
- Reverted 426 and added support for Legacy Encrypted Type
- Added psycopg2cffi support for create_database and drop_database

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 18 10:45:19 2020 UTC (4 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
py-sqlalchemy-utils: updated to 0.36.5

0.36.5:
- Added support for dictionary input in CompositeType
- Added new EnrichedDateTime and EnrichedDate types
- Using String instead of LargeBinary for impl of EncryptedType
- Added support for JSONType in EncryptedType

0.36.4:
- Added jsonb_sql function
- Drop py27 support

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Apr 10 07:59:54 2020 UTC (4 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
py-sqlalchemy-utils: updated to 0.36.3

0.36.3:
- Added hash method for PhoneNumberType

0.36.2:
- Added repr for UUIDType

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Feb 4 17:04:15 2020 UTC (4 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
py-sqlalchemy-utils: updated to 0.36.1

0.36.1:
- Added support for CASCADE option when dropping views
- Added `aliases` parameter to create_materialized_view function.

0.36.0:
- Removed explain and explain_analyze due to the internal changes in SQLAlchemy version 1.3.

0.35.0:
- Removed some deprecation warnings
- Added Int8RangeType

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Dec 3 18:23:32 2019 UTC (5 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
py-sqlalchemy-utils: updated to 0.35.0

0.35.0:
- Removed some deprecation warnings
- Added Int8RangeType

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 26 10:29:00 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
py-sqlalchemy-utils: updated to 0.34.2

0.34.2:
- Remove ABC deprecation warnings

0.34.1:
- Remove deprecation warnings
- Drop py34 support

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jul 3 20:19:53 2019 UTC (5 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
py-sqlalchemy-utils: updated to 0.34.0

0.34.0:
- Removed array_agg compilation which was never a good idea and collided with the latest version of SA.
- Removed deprecation warnings

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jan 15 11:52:46 2019 UTC (5 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.11

0.33.11:
- Added support for creating and dropping a PostgreSQL database when using pg8000 driver

0.33.10:
- Removed optional dependency to Flask-Babel. Now using Babel instead.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Dec 13 11:47:35 2018 UTC (5 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.9

0.33.9:
- Fixed SQLite database_exists to check for correct file format

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 28 09:17:54 2018 UTC (6 years ago) by adam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.8

0.33.8:
- Added support of short-code in PhoneNumberType

0.33.7:
- Added MSSQL support for create_database and drop_database

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 1 13:01:23 2018 UTC (6 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.6

0.33.6:
Fixed passlib compatibility issue (again)
Added support for SQL VIEWs

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Sep 21 07:51:47 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.5

0.33.5:
Added optional attr parameter for locale calleble in TranslationHybrid
Fixed an issue with PasswordType so that it is compatible with older versions of passlib

0.33.4:
Made PasswordType use hash function instead of deprecated encrypt function

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 21 08:36:18 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.3

0.33.3:
- Added new AesGcmEngine

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Apr 27 06:57:21 2018 UTC (6 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.2

0.33.2:
Added support for universal wheels.
Fixed usage of template0 and template1 with postgres database functions.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 2 13:07:40 2018 UTC (6 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.1

0.33.1:
Fixed EncryptedType for Oracle padding attack

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 22 09:56:12 2018 UTC (6 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
py-sqlalchemy-utils: updated to 0.33.0

0.33.0:
Added support for materialized views in PostgreSQL
Added Ltree.descendant_of and Ltree.ancestor_of
Dropped Python 3.3 support
Fixed EncryptedType padding

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 28 09:43:21 2017 UTC (7 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
py-sqlalchemy-utils: updated to 0.32.21

0.32.21:
Close connections on exists, create and drop database functions

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Nov 3 11:20:51 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
py-sqlalchemy-utils: updated to 0.32.19

0.32.19:
- Fixed select_correlated_expression order by for intermediate table aliases

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Oct 13 08:04:28 2017 UTC (7 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
py-sqlalchemy-utils: update to 0.32.18

0.32.18:
- Made aggregated attributes to work with subclass objects

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:26:45 2017 UTC (7 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Reset maintainer

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 4 17:46:08 2017 UTC (7 years, 2 months ago) by adam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
0.32.16:
- Added more hints when decrypting AES with an invalid key

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 1 07:09:29 2017 UTC (7 years, 3 months ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
0.32.15:
Added better handling of date types for EncryptedType

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 25 11:03:19 2017 UTC (7 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
0.32.14
- Fixed drop_database version comparison

0.32.13
- Fixed a DeprecationWarning by using LargeBinary instead of Binary

0.32.12
- Added generic_repr decorator

0.32.11
- TimeZoneType support for static timezones
- Added SQLite support for PasswordType

0.32.10
- Added PhoneNumber as the python_type for PhoneNumberType
- Made auto_delete_orphans support backref tuples

0.32.9
- Added support for multi-column observers

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:22 2016 UTC (8 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Switch to MASTER_SITES_PYPI.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 1 02:24:00 2015 UTC (9 years, 8 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Changelog
---------

0.29.8 (2015-03-03)
^^^^^^^^^^^^^^^^^^^

- Added get_class_by_table ORM utility function


0.29.7 (2015-03-01)
^^^^^^^^^^^^^^^^^^^

- Added Enum representation support for ChoiceType


0.29.6 (2015-02-03)
^^^^^^^^^^^^^^^^^^^

- Added customizable TranslationHybrid default value


0.29.5 (2015-02-03)
^^^^^^^^^^^^^^^^^^^

- Made assert_max_length support PostgreSQL array type


0.29.4 (2015-01-31)
^^^^^^^^^^^^^^^^^^^

- Made CaseInsensitiveComparator not cast already lowercased types to lowercase


0.29.3 (2015-01-24)
^^^^^^^^^^^^^^^^^^^

- Fixed analyze function runtime property handling for PostgreSQL >= 9.4
- Fixed drop_database and create_database identifier quoting (#122)


0.29.2 (2015-01-08)
^^^^^^^^^^^^^^^^^^^

- Removed deprecated defer_except (SQLAlchemy's own load_only should be used from now on)
- Added json_sql PostgreSQL helper function


0.29.1 (2015-01-03)
^^^^^^^^^^^^^^^^^^^

- Added assert_min_value and assert_max_value testing functions


0.29.0 (2015-01-02)
^^^^^^^^^^^^^^^^^^^

- Removed TSVectorType.match_tsquery (now replaced by TSVectorType.match to be compatible with SQLAlchemy)
- Removed undocumented function tsvector_concat
- Added support for TSVectorType concatenation through OR operator
- Added documentation for TSVectorType (#102)


0.28.3 (2014-12-17)
^^^^^^^^^^^^^^^^^^^

- Made aggregated fully support column aliases
- Changed test matrix to run all tests without any optional dependencies (as well as with all optional dependencies)


0.28.2 (2014-12-13)
^^^^^^^^^^^^^^^^^^^

- Fixed issue with Color importing (#104)


0.28.1 (2014-12-13)
^^^^^^^^^^^^^^^^^^^

- Improved EncryptedType to support more underlying_type's; now supports: Integer, Boolean, Date, Time, DateTime, ColorType, PhoneNumberType, Unicode(Text), String(Text), Enum
- Allow a callable to be used to lookup the key for EncryptedType


0.28.0 (2014-12-12)
^^^^^^^^^^^^^^^^^^^

- Fixed PhoneNumber string coercion (#93)
- Added observes decorator (generates decorator will be deprecated later)


0.27.11 (2014-12-06)
^^^^^^^^^^^^^^^^^^^^

- Added loose typed column checking support for get_column_key
- Made get_column_key throw UnmappedColumnError to be consistent with SQLAlchemy


0.27.10 (2014-12-03)
^^^^^^^^^^^^^^^^^^^^

- Fixed column alias handling in dependent_objects

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Dec 31 13:57:26 2014 UTC (9 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -3 lines
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 3 22:16:52 2014 UTC (10 years ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
0.27.9 (2014-12-01)
^^^^^^^^^^^^^^^^^^^

- Fixed aggregated decorator many-to-many relationship handling
- Fixed aggregated column alias handling


0.27.8 (2014-11-13)
^^^^^^^^^^^^^^^^^^^

- Added is_loaded utility function
- Removed deprecated has_any_changes


0.27.7 (2014-11-03)
^^^^^^^^^^^^^^^^^^^

- Added support for Column and ColumnEntity objects in get_mapper
- Made make_order_by_deterministic add deterministic column more aggressively


0.27.6 (2014-10-29)
^^^^^^^^^^^^^^^^^^^

- Fixed assert_max_length not working with non nullable columns
- Add PostgreSQL < 9.2 support for drop_database

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Oct 26 23:56:38 2014 UTC (10 years, 1 month ago) by rodent
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Changelog
---------

0.27.5 (2014-10-24)
^^^^^^^^^^^^^^^^^^^

- Made assert_* functions automatically rollback session
- Changed make_order_by_deterministic attach order by primary key for queries without order by
- Fixed alias handling in has_unique_index
- Fixed alias handling in has_index
- Fixed alias handling in make_order_by_deterministic


0.27.4 (2014-10-23)
^^^^^^^^^^^^^^^^^^^

- Added assert_non_nullable, assert_nullable and assert_max_length testing functions


0.27.3 (2014-10-22)
^^^^^^^^^^^^^^^^^^^

- Added supported for various SQLAlchemy objects in make_order_by_deterministic (previosly this function threw exceptions for other than Column objects)


0.27.2 (2014-10-21)
^^^^^^^^^^^^^^^^^^^

- Fixed MapperEntity handling in get_mapper and get_tables utility functions
- Fixed make_order_by_deterministic handling for queries without order by (no just silently ignores those rather than throws exception)
- Made make_order_by_deterministic if given query uses strings as order by args


0.27.1 (2014-10-20)
^^^^^^^^^^^^^^^^^^^

- Added support for more SQLAlchemy based objects and classes in get_tables function
- Added has_unique_index utility function
- Added make_order_by_deterministic utility function


0.27.0 (2014-10-14)
^^^^^^^^^^^^^^^^^^^

- Added EncryptedType


0.26.17 (2014-10-07)
^^^^^^^^^^^^^^^^^^^^

- Added explain and explain_analyze expressions
- Added analyze function

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 5 20:17:58 2014 UTC (10 years, 1 month ago) by rodent
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
0.26.16 (2014-09-09)
^^^^^^^^^^^^^^^^^^^^

- Fix aggregate value handling for cascade deleted objects
- Fix ambiguous column sorting with join table inheritance in sort_query


0.26.15 (2014-08-28)
^^^^^^^^^^^^^^^^^^^^

- Fix sort_query support for queries using mappers (not declarative classes) with calculated column properties


0.26.14 (2014-08-26)
^^^^^^^^^^^^^^^^^^^^

- Added count method to QueryChain class


0.26.13 (2014-08-23)
^^^^^^^^^^^^^^^^^^^^

- Added template parameter to create_database function


0.26.12 (2014-08-22)
^^^^^^^^^^^^^^^^^^^^

- Added quote utility function


0.26.11 (2014-08-21)
^^^^^^^^^^^^^^^^^^^^

- Fixed dependent_objects support for single table inheritance


0.26.10 (2014-08-13)
^^^^^^^^^^^^^^^^^^^^

- Fixed dependent_objects support for multiple dependencies

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Aug 7 01:27:48 2014 UTC (10 years, 3 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
0.26.9 (2014-08-06)
^^^^^^^^^^^^^^^^^^^
- Fixed PasswordType with Oracle dialect
- Added support for sort_query and attributes on mappers using with_polymorphic

0.26.8 (2014-07-30)
^^^^^^^^^^^^^^^^^^^
- Fixed order by column property handling in sort_query when using polymorphic inheritance
- Added support for synonym properties in sort_query

0.26.7 (2014-07-29)
^^^^^^^^^^^^^^^^^^^
- Made sort_query support hybrid properties where function name != property name
- Made get_hybrid_properties return a dictionary of property keys and hybrid properties
- Added documentation for get_hybrid_properties

0.26.6 (2014-07-22)
^^^^^^^^^^^^^^^^^^^
- Added exclude parameter to has_changes
- Made has_changes accept multiple attributes as second parameter


0.26.5 (2014-07-11)
^^^^^^^^^^^^^^^^^^^
- Added get_column_key
- Added Timestamp model mixin

0.26.4 (2014-06-25)
^^^^^^^^^^^^^^^^^^^
- Added auto_delete_orphans

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 5 19:40:25 2014 UTC (10 years, 4 months ago) by rodent
Branches: MAIN
Import py27-sqlalchemy-utils-0.26.3 as databases/py-sqlalchemy-utils.

Various utility functions and custom data types for SQLAlchemy.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>