8
0

- update to 0.11010

* Add "if exists" to drop view statements in Pg.
 * Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
 * Correctly create and parse FK constraints in SQLite
 * Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
 * made PostgreSQL producer consistent with other producers in terms of
   quoting and allowing functions in constraints and indices
 * Add distinction of autoinc and regular primary keys to the GraphViz producer
 * Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
 * Quote everything in SQL Server
 * Turn off constraints before dropping tables in SQL Server
 * Make true unique constraints if needed in SQL Server
 * Fixed Producer::PostgresSQL to output array type after type size,
   i.e. varchar(64)[] rather than varchar[](64)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2012-01-11 09:59:30 +00:00
committed by Git OBS Bridge
parent 4867a4decb
commit 3ab1956d68
3 changed files with 25 additions and 13 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 11 09:58:02 UTC 2012 - coolo@suse.com
- update to 0.11010
* Add "if exists" to drop view statements in Pg.
* Fix MySQL producer to properly quote all table names on output (patch from geistteufel)
* Correctly create and parse FK constraints in SQLite
* Correct postgis geography type insertion and linebreak fix for multiple geometry/geography columns
* made PostgreSQL producer consistent with other producers in terms of
quoting and allowing functions in constraints and indices
* Add distinction of autoinc and regular primary keys to the GraphViz producer
* Fix odd invocation of Test::More::pass() in t/36-filters.t (RT#64728)
* Quote everything in SQL Server
* Turn off constraints before dropping tables in SQL Server
* Make true unique constraints if needed in SQL Server
* Fixed Producer::PostgresSQL to output array type after type size,
i.e. varchar(64)[] rather than varchar[](64)
-------------------------------------------------------------------
Wed Dec 1 13:35:18 UTC 2010 - coolo@novell.com