Go to file
Alexei Podvalsky aefbda7eb6 Accepting request 640691 from home:awissu:branches:devel:languages:python
- Update to 3.7.1:
  * Added table_settings model Meta option, which should be a list 
    of strings specifying additional options for CREATE TABLE, which 
    are placed after the closing parentheses.
  * Allow specification of on_update and on_delete behavior for 
    many-to-many relationships when using ManyToManyField. 
  * Fixed incorrect SQL generation for Postgresql ON CONFLICT clause 
    when the conflict_target is a named constraint (rather than an 
    index expression). This introduces a new keyword-argument to the 
    on_conflict() method: conflict_constraint, which is currently only 
    supported by Postgresql. Refs issue #1737.
  * Fixed incorrect SQL for sub-selects used on the right side of IN 
    expressions. Previously the query would be assigned an alias, even 
    though an alias was not needed.
  * Fixed incorrect SQL generation for Model indexes which contain SQL 
    functions as indexed columns.
  * Fixed bug in the generation of special queries used to perform 
    operations on SQLite FTS5 virtual tables.
  * Allow frozenset to be correctly parameterized as a list of values.
  * Allow multi-value INSERT queries to specify columns as a list of 
    strings.
  * Support CROSS JOIN for model select queries.

OBS-URL: https://build.opensuse.org/request/show/640691
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peewee?expand=0&rev=10
2018-10-08 20:12:50 +00:00
.gitattributes Accepting request 618741 from home:awissu:branches:devel:languages:python:misc 2018-06-25 08:54:04 +00:00
.gitignore Accepting request 618741 from home:awissu:branches:devel:languages:python:misc 2018-06-25 08:54:04 +00:00
peewee-3.7.1.tar.gz Accepting request 640691 from home:awissu:branches:devel:languages:python 2018-10-08 20:12:50 +00:00
python-peewee.changes Accepting request 640691 from home:awissu:branches:devel:languages:python 2018-10-08 20:12:50 +00:00
python-peewee.spec Accepting request 640691 from home:awissu:branches:devel:languages:python 2018-10-08 20:12:50 +00:00