[Bps-public-commit] dbix-searchbuilder annotated tag, 1.59_90, created. 1.59_90
Ruslan Zakirov
ruz at bestpractical.com
Mon Aug 8 16:53:09 EDT 2011
The annotated tag, 1.59_90 has been created
at 5f17870dbec5268202c1b590034198c3d964d98f (tag)
tagging e5bf6de960a9cfa00a4248df0714a7ef3426f517 (commit)
replaces 1.59
tagged by Ruslan Zakirov
on Tue Aug 9 00:52:19 2011 +0400
- Log -----------------------------------------------------------------
release 1.59_90
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
iEYEABECAAYFAk5ATIMACgkQvH6dkeDZaS+CrQCfSLtbo6/aohTU3iNXSzYKYjT7
GVcAn2BpzqHtG+W1DiBM7zDI6uJHeRSD
=/pVL
-----END PGP SIGNATURE-----
Alex Vandiver (5):
Merge branch 'refactor-connecting'
Wording fixes
Fix the common use case of ->Column( FIELD => "foo" ) broken in 32a1746
Merge branch 'column-method-cleanup'
Merge branch 'delete-quote-vs-utf-flag-workaround'
Ruslan Zakirov (59):
get rid of uninit warning
custom BuildDSN for Oracle
DateTime related SQL generators in handles
tests for date time functions
Merge branch 'oracle_dsn'
update changelog
refactor connect, indent and a few tiny cleanups
refactor BuildDSN
retab and doc fixes
fix logic we broke during refactoring
delete workaround for ->quote dropping UTF8 flag
check ->quote vs. utf-8 in a test
NULLs sorted differently in Pg
update M::I
Merge remote-tracking branch 'origin/delete-quote-vs-utf-flag-workaround' into functions-in-limit
FIELD is not related to OPERATOR and QUOTEVALUE
if operator is 'IS [NOT]' then value is NULL
if we asked to quote then quote
move code closer to the place we need it
drop code that never affected anything
make sure special naming works in more cases
make it possible to provide function w/o field
make sure we don't get 'xxxx AS ,' in select list
docs for SB->Column method
update changelog
indent
drop pointless comments
Merge branch 'master' into functions-in-limit
extract combining function with field into a method
fix typo
make it possible to pass FUNCTION into Limit method
delete duplicated BuildDSN from Oracle handle
Oracle sorts NULLs like Pg, fix test
don't fetch columns with duplicate aliases
tests for ->Column method
more datetime tests
oracle implementation of date time functions
use ' as quote char in tests for all DBs
Merge branch 'same-column-twice'
split /\?/, '?' results in empty set, use =~ s/...
ignore leading zeros in tests
use DB specific date time functions instead of SUBSTR
Merge branch 'question-mark-only-function'
Merge branch 'functions-in-limit' into tmp
Merge branch 'date-time-helpers' into tmp
extend GroupBy's FUNCTION arg with CombineFunctionWithField
basic tests for group by
no need in variable outside the loop
simplify operations with $clause, no functional changes
no need in %rowhash that is just copy of $row
process FIELD without FUNCTION in CombineFunctionWithField
use new CombineFunctionWithField, shrink code
change how we use CombineFunctionWithField in Limit
don't turn NULL into NULL(ALIAS.FIELD)
documentation for CombineFunctionWithField
docs for subs using CombineFunctionWithField
tests for FUNCTION argument in methods
Merge branch 'functions-in-searches' into experimental
bump version, 1.59_90
Shawn M Moore (4):
Move .pm files into lib/DBIx/ like modern perl distro layout
Regenerate META.yml
Remove a reference to our nonexistent memcached support
Version MYMETA.yml since we version META.yml
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list