projects
/
dbsrgits/DBIx-Class.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
dbsrgits/DBIx-Class.git
2011-08-09
Arthur Axel...
Show differing data on failure
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Devin Austin
-dt_$foo works for Pg
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
Add datetime adding and now to Pg
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add -dt_get => [\@parts, ...]
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
Add datetime adding and now to MSSQL
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
Add datetime adding and now to MySQL
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
Test -dt_$foo
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add a basic -dt_add op and experiment with it
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
more shortcuts for basic stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
try to use new interface
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
why does this not work?
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
document date information
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
more informative tests
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add error message for unsupported part extraction and...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add more extraction types to all databases
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
move SQLite datemath code to the correct SQLMaker class
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
day_of_month diff does not make any sense
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add Pg support for date funcs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add oracle support for date math
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add datetime stuff for MySQL
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
MSSQL implementation of -dt_get
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
initial cut for -dt op
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
add an "escape hatch" to use _recurse_where from select
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
Arthur Axel...
copy -func and -op functionality from SQLA branch to...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Alexander Hartmaier
Release 0.08195
v0.08195
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Peter Rabbitson
Fix oracle (I am so stupid)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Alexander Hartmaier
Release 0.08194
v0.08194
commit
|
commitdiff
|
tree
|
snapshot
2011-07-20
Uwe
fix link in replication introduction
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Rafael Kitover
Check DBD::Pg >= 2.17.2 with Pg >= 9.0 for BYTEA
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Rafael Kitover
fix popups during tests on Win32 (hopefully)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Rafael Kitover
fix a couple test failures on Win32
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Rafael Kitover
Oracle: fix LOB conversions for non-LOBs (RT#69548)
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Peter Rabbitson
Fix last test susceptible to spurious warnings, cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Peter Rabbitson
Reshuffle Makefile.PL a bit and add parallel-testing...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-17
Peter Rabbitson
Stop Data::Compare from loading plugins at will
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Peter Rabbitson
Moar gitignore
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Peter Rabbitson
Rip out forgotten dep
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Peter Rabbitson
Really fix t/53lean_startup.t
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Matt S Trout
fix $rs->populate([]) to be a no-op rather than an...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Arthur Axel...
Fix spurious test failures caused by use of Data::Compare
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Arthur Axel...
fix spurious PAUSE message
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Alexander Hartmaier
Release 0.08193
v0.08193
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Alexander Hartmaier
replaced Test::Deep::NoTest with Data::Compare to not...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Peter Rabbitson
Stop leaking cursors on oracle sequence retrieval
commit
|
commitdiff
|
tree
|
snapshot
2011-07-14
Peter Rabbitson
SQLMaker is a proper C3-enabled class, do not use SUPER::
commit
|
commitdiff
|
tree
|
snapshot
2011-07-06
Alexander Hartmaier
fixed failing test when DBIC_TRACE_PROFILE is set
commit
|
commitdiff
|
tree
|
snapshot
2011-07-04
Rafael Kitover
check database driver dependencies for tests
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Open the logfile in append mode
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Fix t/55namespaces_cleaned (RT#68814)
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
How ::Rekey was tested against the DBIC test suite
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Yet another SQL munging atrocity (shadow needs it)
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Fix all invocations of _resolve_condition to match...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Do not consider non-sequence oracle triggers during...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Arthur Axel...
fix bigint handling in sqlite
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Correct test-relationship name/type
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
More robust insert() logic to avoid undef warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
Peter Rabbitson
Make Ordered play nice with other things hooking update()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-17
David Schmidt
explicit int cast, prevents the result rounding up...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Rafael Kitover
don't mask missing deps with datetime_undef_if_invalid
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
moltar
Fixed a typo in the POD
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Rafael Kitover
don't add Sys::SigAction to author deps on Win32
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Rafael Kitover
Make Access inner joins 'INNER JOIN' to avoid JOIN...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Alexander Hartmaier
fixed order of rows difference between first and subseq...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Peter Rabbitson
Fix stupid oversight in update_all
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Peter Rabbitson
Augment shorsighted code change in 5ef76b8b
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Rafael Kitover
The test is designed to work with blob-updates only...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Peter Rabbitson
Rewrite handling of "storage-side old values" both...
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Peter Rabbitson
Minor cleanup of ResultSource attributes
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Peter Rabbitson
fix doubling of find_related condition
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Rafael Kitover
Fix newlines in skip messages
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Peter Rabbitson
Extra cleanup of leftovers from 70171cd7
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Pedro Melo
Added tests for chained sqlt_deploy_hook()'s
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Pedro Melo
Revert "Fix incorrect default sqlt_deploy_hook signatur...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-31
Florian Ragwitz
Allow changing attributes on schema cloning
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Moritz Lenz
[docs] remove a stray "1;"
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Moritz Lenz
[doc] replace pseudocode with real code
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Justin Hunter
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-05-18
Rafael Kitover
add DateTime parser for Sybase ASE
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Rafael Kitover
change FreeTDS related warnings to carp_once
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Rafael Kitover
make Oracle trigger queries safe for coderef connect_infos
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Brian Phillips
take more care in mangling SELECT when applying subquer...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Arthur Axel...
Release 0.08192
v0.08192
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Justin Hunter
turn 'use vars' into 'our'
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Peter Rabbitson
Fix incorrect > vs >= ver. check, causing 5.13.1 fails
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Rafael Kitover
remove meaningless mysql test that breaks on Win32
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Arthur Axel...
remove TODOs solved by helpers
commit
|
commitdiff
|
tree
|
snapshot
2011-05-09
Peter Rabbitson
Fix serious DBD::SQLite numeric datatype mismatch regre...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Rafael Kitover
remove done TODO entry (infer quote_char)
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Arthur Axel...
Release 0.08191
v0.08191
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Naveed Massjouni
Added documentation for the -ident/-value operators...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Skip blob like ? comparison on older oracle versions...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Arthur Axel...
Release 0.08190_01
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Rafael Kitover
Fix assumption in Sybase::ASE blob updater: cond is...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Throw away the error prone _strip_cond_qualifiers
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Revert the smart-select-ordering introduced in 36fd7f07
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Channel all DBIHacks methods to the replicated writer
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Revert incorrect assumption about non-functional cached...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Use clearer varnames
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Peter Rabbitson
Fix incorrect default sqlt_deploy_hook signature
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Damien Krotkine
Documentation regarding resultsets in list context
commit
|
commitdiff
|
tree
|
snapshot
next