Next | Query returned 35 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2019-04-02 11:01:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.8

1.0.8
bug
[bug] [operations] Removed use of deprecated force parameter for SQLAlchemy \ 
quoting functions as this parameter will be removed in a future release. Pull \ 
request courtesy Parth Shandilya(ParthS007).

[bug] [autogenerate] [postgresql] [py3k] Fixed issue where server default \ 
comparison on the PostgreSQL dialect would fail for a blank string on Python 3.7 \ 
only, due to a change in regular expression behavior in Python 3.7.
   2019-01-28 11:51:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.7

1.0.7
[bug] [autogenerate] Fixed issue in new comment support where autogenerated \ 
Python code for comments wasn’t using repr() thus causing issues with quoting
   2019-01-15 12:54:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.6

1.0.6
feature

[feature] [operations] Added Table and Column level comments for supported \ 
backends. New methods Operations.create_table_comment() and \ 
Operations.drop_table_comment() are added. A new arguments \ 
Operations.alter_column.comment and Operations.alter_column.existing_comment are \ 
added to Operations.alter_column(). Autogenerate support is also added to ensure \ 
comment add/drops from tables and columns are generated as well as that \ 
Operations.create_table(), Operations.add_column() both include the comment \ 
field from the source Table or Column object.
   2018-11-28 10:15:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.5

1.0.5
* Resolved remaining Python 3 deprecation warnings, covering the use of \ 
inspect.formatargspec() with a vendored version copied from the Python standard \ 
library, importing collections.abc above Python 3.3 when testing against \ 
abstract base classes, fixed one occurrence of log.warn(), as well as a few \ 
invalid escape sequences.

1.0.4
* Code hosting has been moved to GitHub, at \ 
https://github.com/sqlalchemy/alembic. Additionally, the main Alembic website \ 
documentation URL is now https://alembic.sqlalchemy.org.
   2018-11-15 10:50:38 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.3

1.0.3:
Fixed regression caused by 513, where the logic to consume mssql_include was not \ 
correctly interpreting the case where the flag was not present, breaking the \ 
op.create_index directive for SQL Server as a whole
   2018-11-01 14:05:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.2

1.0.2:
[bug] [autogenerate] The system=True flag on Column, used primarily in \ 
conjunction with the Postgresql “xmin” column, now renders within the \ 
autogenerate render process, allowing the column to be excluded from DDL. \ 
Additionally, adding a system=True column to a model will produce no \ 
autogenerate diff as this column is implicitly present in the database.

[bug] [mssql] Fixed issue where usage of the SQL Server mssql_include option \ 
within a Operations.create_index() would raise a KeyError, as the additional \ 
column(s) need to be added to the table object used by the construct internally.
   2018-10-18 12:15:18 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-alembic: updated to 1.0.1

1.0.1:
Fixed an issue where revision descriptions were essentially being formatted \ 
twice. Any revision description that contained characters like %, writing output \ 
to stdout will fail because the call to config.print_stdout attempted to format \ 
any additional args passed to the function. This fix now only applies string \ 
formatting if any args are provided along with the output text.

Fixed issue where removed method union_update() was used when a customized \ 
MigrationScript instance included entries in the .imports data member, raising \ 
an AttributeError.
   2018-07-24 09:22:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 1.0.0

1.0.0:
[feature] [general] For Alembic 1.0, Python 2.6 / 3.3 support is being dropped, \ 
allowing a fixed setup.py to be built as well as universal wheels. Pull request \ 
courtesy Hugo.

[feature] [general] With the 1.0 release, Alembic’s minimum SQLAlchemy support \ 
version moves to 0.9.0, previously 0.7.9.

[bug] [batch] Fixed issue in batch where dropping a primary key column, then \ 
adding it back under the same name but without the primary_key flag, would not \ 
remove it from the existing PrimaryKeyConstraint. If a new PrimaryKeyConstraint \ 
is added, it is used as-is, as was the case before.
   2018-07-03 07:32:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 0.9.10

version 0.9.10

The "op.drop_constraint()" directive will now render using repr() for
the schema name, in the same way that "schema" renders for all the other op
directives.

Added basic capabilities for external dialects to support rendering of
"nested" types, like arrays, in a manner similar to that of the Postgresql
dialect.

Fixed issue where "autoincrement=True" would not render for a column that
specified it, since as of SQLAlchemy 1.1 this is no longer the default
value for "autoincrement".  Note the behavior only takes effect against the
SQLAlchemy 1.1.0 and higher; for pre-1.1 SQLAlchemy, "autoincrement=True"
does not render as was the case before.
   2018-03-23 09:59:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-alembic: updated to 0.9.9:

0.9.9:
feature
Added new flag --indicate-current to the alembic history command. When listing \ 
versions, it will include the token “(current)” to indicate the given \ 
version is a current head in the target database.

bug
The fix for 455 in version 0.9.6 involving MySQL server default comparison was \ 
entirely non functional, as the test itself was also broken and didn’t reveal \ 
that it wasn’t working. The regular expression to compare server default \ 
values like CURRENT_TIMESTAMP to current_timestamp() is repaired.
Fixed bug where MySQL server default comparisons were basically not working at \ 
all due to incorrect regexp added in 455. Also accommodates for MariaDB 10.2 \ 
quoting differences in reporting integer based server defaults.
Fixed bug in op.drop_constraint() for MySQL where quoting rules would not be \ 
applied to the constraint name.

Next | Query returned 35 messages, browsing 21 to 30 | Previous