forked from pool/perl-SQL-Abstract
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=12
76 lines
2.9 KiB
Plaintext
76 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 24 06:12:15 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 1.77
|
|
- Reintroduce { -not => undef } column operator (regression from 1.75)
|
|
- *UPCOMING INCOMPATIBLE BUGFIX*: SQLA used to generate incorrect SQL
|
|
on undef-containing lists fed to -in and -not_in. An exception will
|
|
be raised for a while before properly fixing this, to avoid quiet
|
|
but subtle changes to query results in production
|
|
- Deprecate and warn when supplying an empty arrayref to like/not_like
|
|
operators (likely to be removed before 2.0)
|
|
|
|
- Warn when using an inequality operator with a multi-value array to
|
|
arrive at what amounts to a 1=1 condition (no pre-2.0 plans to fix
|
|
this behavior due to backwards comp concerns)
|
|
- Fix false negative comparison of ORDER BY <function> ASC
|
|
- More improvements of incorrect parsing (placeholder at end of list
|
|
element)
|
|
- Fix typos in POD and comments (RT#87776)
|
|
- Augment -not_bool example with nesting (RT#89601)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 1.74
|
|
- Fix insufficient parenthesis unroll during operator comparison
|
|
- 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
|
|
by default (with a switch to reenable old behavior when necessary)
|
|
- Change parser to not eagerly slurp RHS expressions it doesn't recognize
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|