Branch: refs/heads/dbi-test-conditional
Home: https://github.com/perl5-dbi/dbi
Commit: b6bfd459941b3576798a1a60d8a90d1fe446ecfd
https://github.com/perl5-dbi/dbi/commit/b6bfd459941b3576798a1a60d8a90d1fe446ecfd
Author: Joakim <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
A lib/DBI/Test/DBI/Case/attributes/Active.pm
A lib/DBI/Test/DBI/Case/attributes/ActiveKids.pm
A lib/DBI/Test/DBI/Case/attributes/CachedKids.pm
A lib/DBI/Test/DBI/Case/attributes/Executed.pm
A lib/DBI/Test/DBI/Case/attributes/Kids.pm
A lib/DBI/Test/DBI/Case/attributes/Type.pm
Log Message:
-----------
Inital test files. To be updated
Commit: cc7fe4a0e9c88a3f9eaf5c5a15b6d2850d674229
https://github.com/perl5-dbi/dbi/commit/cc7fe4a0e9c88a3f9eaf5c5a15b6d2850d674229
Author: Joakim <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M lib/DBI/Test/DBI/Case/attributes/ActiveKids.pm
M lib/DBI/Test/DBI/Case/attributes/Kids.pm
M lib/DBI/Test/DBI/Case/attributes/Type.pm
Log Message:
-----------
Fixed typo. Test now runs without dying
Commit: 74205f62461eedc9ec3d1afb26901f9e2fce0fae
https://github.com/perl5-dbi/dbi/commit/74205f62461eedc9ec3d1afb26901f9e2fce0fae
Author: Jens Rehsack <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
R lib/DBI/Test/DBI/Case/attributes/Active.pm
R lib/DBI/Test/DBI/Case/attributes/ActiveKids.pm
R lib/DBI/Test/DBI/Case/attributes/CachedKids.pm
R lib/DBI/Test/DBI/Case/attributes/Executed.pm
R lib/DBI/Test/DBI/Case/attributes/Kids.pm
R lib/DBI/Test/DBI/Case/attributes/Type.pm
Log Message:
-----------
rename testcases to basename DBI::Test::Case
rename testcases to basename DBI::Test::Case, 'cause it's always prepended
Commit: cd5a0d67539396a396376fa092799a05c9f261a5
https://github.com/perl5-dbi/dbi/commit/cd5a0d67539396a396376fa092799a05c9f261a5
Author: David E. Wheeler <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M DBI.pm
Log Message:
-----------
Callbacks ought not to be passed inline to connect_cached.
So mention that fact in the callbacks documentation.
Commit: 7afedda29c93186cd2fc6993557adef24279a5a2
https://github.com/perl5-dbi/dbi/commit/7afedda29c93186cd2fc6993557adef24279a5a2
Author: H.Merijn Brand - Tux <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M DBI.pm
M t/70callbacks.t
Log Message:
-----------
Add the `connect_cached.connected` callback.
It is only called for new connections, right after they connect. This is
because the `connected()` method is not called, for whatever reason.
Commit: b7bc77d3c79c3220d0491200eb04f20bd1937939
https://github.com/perl5-dbi/dbi/commit/b7bc77d3c79c3220d0491200eb04f20bd1937939
Author: David E. Wheeler <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M DBI.pm
Log Message:
-----------
Note the reason for connect_cached.connected.
It is to do something after a new connection is made. One can use a
`connected` callback, but that's called for both new and reused connections,
which is probably not desirable.
Commit: 241153cd14a702bfc28bd550d9eec4daa29a3177
https://github.com/perl5-dbi/dbi/commit/241153cd14a702bfc28bd550d9eec4daa29a3177
Author: H.Merijn Brand - Tux <[email protected]>
Date: 2013-09-13 (Fri, 13 Sep 2013)
Changed paths:
M Changes
Log Message:
-----------
Merge notes
Compare: https://github.com/perl5-dbi/dbi/compare/528f8b6af8a5...241153cd14a7