forked from pool/perl-SQL-Abstract
- updated to 1.73 - Fix parsing of ORDER BY foo + ? - Stop filling in placeholders in `format-sql` since it does not support passing values for them anyway - Fix parsing of NOT EXISTS - Fix over-eager parenthesis unrolling - Fix deep recursion warnings while parsing obnoxiously long sql statements - Fix incorrect comparison of malformed lists - Fix incorrect reporting of mismatch-members in SQLA::Test - Migrate the -ident operator from DBIC into SQLA - Migrate the -value operator from DBIC into SQLA OBS-URL: https://build.opensuse.org/request/show/177566 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=8
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 1.73
|
|
- Fix parsing of ORDER BY foo + ?
|
|
- Stop filling in placeholders in `format-sql` since it does not support
|
|
passing values for them anyway
|
|
- Fix parsing of NOT EXISTS
|
|
- Fix over-eager parenthesis unrolling
|
|
- Fix deep recursion warnings while parsing obnoxiously long sql statements
|
|
- Fix incorrect comparison of malformed lists
|
|
- Fix incorrect reporting of mismatch-members in SQLA::Test
|
|
- Migrate the -ident operator from DBIC into SQLA
|
|
- Migrate the -value operator from DBIC into SQLA
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 08:30:28 UTC 2011 - coolo@novell.com
|
|
|
|
- update to 1.72
|
|
* lots of changes, see Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 10:23:00 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 11 14:47:44 UTC 2009 - chris@computersalat.de
|
|
|
|
- update to version 1.60
|
|
* lot of changes, see Changes
|
|
- cleanup spec
|
|
* added header
|
|
* sorted Tags
|
|
* fixed build-/deps
|
|
* added author
|
|
* moved changelog to .changes
|
|
- added perl-macros
|
|
* perl_gen_filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 26 08:12:19 CET 2008 - gerrit.beine@gmx.de
|
|
|
|
- first release 1.24
|
|
|