root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @568 [568] 7 months ykerherve Also updated the Changelog
(edit) @567 [567] 7 months ykerherve Looks like SQLite got smarter Thanks Emmanuel Seyman for reporting this …
(edit) @566 [566] 9 months kgoess noting a caveat on clone() for future generations
(edit) @565 [565] 9 months ykerherve Added on_exception_cb and retry_count parameters to the driver, to pass …
(edit) @564 [564] 10 months athomason Avoid joining to the same table multiple times.
(edit) @563 [563] 10 months btrott Tagging 0.06 release
(edit) @562 [562] 10 months btrott Added new modules to manifest
(edit) @561 [561] 10 months btrott Added more changes for 0.06
(edit) @560 [560] 10 months btrott Upped version to 0.06
(edit) @559 [559] 10 months ykerherve - Added a new (experimental) GearmanDBI Driver that transports sql to a …
(edit) @558 [558] 10 months miyagawa ok, 5.10 definitely needs this. …
(edit) @557 [557] 10 months miyagawa no strict is not needed here because the defined check was wrong
(edit) @556 [556] 10 months miyagawa fixed a typo in checking a symbol table. This might affect performance …
(edit) @555 [555] 11 months swistow Fix POD
(edit) @554 [554] 11 months ykerherve Added documentation about our supported/tested databases
(edit) @553 [553] 11 months ykerherve Added Oracle support by …
(edit) @552 [552] 11 months ykerherve Removed trailing spaces only - no other code change
(edit) @551 [551] 11 months ykerherve Added information about the new google group.
(edit) @550 [550] 11 months ykerherve Fixed https://rt.cpan.org/Ticket/Display.html?id=41880 Using Pg and …
(edit) @549 [549] 12 months sekimura added a sucesssful test case for add_term()
(edit) @548 [548] 12 months sekimura fixed the args to sort by rating and added a case faling to get object …
(edit) @547 [547] 12 months sekimura test num++ and removed dod_debug(1)
(edit) @546 [546] 12 months sekimura added a test for add_term()
(edit) @545 [545] 12 months swistow Shush
(edit) @544 [544] 12 months swistow Update
(edit) @543 [543] 12 months swistow shush
(edit) @542 [542] 12 months swistow Not needed
(edit) @541 [541] 12 months swistow Add docs, rename
(edit) @540 [540] 12 months swistow Add note about Pg fix
(edit) @539 [539] 12 months swistow Sort out capabilities and make them a little more regular
(edit) @538 [538] 12 months swistow Note fixes
(edit) @537 [537] 12 months swistow Wrap teardown() in a destroy to fix problems with permissions on …
(edit) @536 [536] 12 months miyagawa fixed a typo
(edit) @535 [535] 12 months miyagawa revert the _get_limit check since it causes PhenoType to issue expensive …
(edit) @534 [534] 12 months mpaschal add shipit config
(edit) @533 [533] 12 months mpaschal Reenable these tests by using a different undocumented API to clear …
(edit) @532 [532] 12 months mpaschal Improve transaction related warnings Use Carp for these warnings as we do …
(edit) @531 [531] 12 months mpaschal Normalize can_replace() docs Document force_no_prepared_cache()
(edit) @530 [530] 12 months mpaschal Check for sure that these 'will warn' routines warn (while also …
(edit) @529 [529] 12 months whitaker Update comment
(edit) @528 [528] 12 months mpaschal tag 0.05 retroactively
(edit) @527 [527] 13 months swistow Better debug message
(edit) @526 [526] 14 months swistow Automatically stop using cached statements in SQLite which silences some …
(edit) @525 [525] 14 months swistow Fix warning
(edit) @524 [524] 14 months miyagawa Added test when slice() returns nothing
(edit) @523 [523] 14 months miyagawa $resultset->slice should not pad items with undef when it's called …
(edit) @522 [522] 14 months miyagawa Added ->all() method to be compatible with DBIC and handiness for TT …
(edit) @521 [521] 14 months miyagawa Fixed a bug in ResultSet->slice() where return value is not a proper array …
(edit) @520 [520] 15 months btrott 'Created release branch archetypepad-13'
(edit) @519 [519] 15 months miyagawa don't ship 9x-.t author tests
(edit) @518 [518] 15 months miyagawa less warnings
(edit) @517 [517] 15 months miyagawa no critic
(edit) @516 [516] 15 months swistow Allow you to set no prepared cache at instantation time
(edit) @515 [515] 15 months swistow Stop errors in certain versions of SQLite
(edit) @514 [514] 15 months btrott 'Created release branch archetypepad-12'
(edit) @513 [513] 16 months miyagawa change the eval to rather than {} to actually catch old perl without …
(edit) @512 [512] 16 months btrott 'Created release branch archetypepad-11'
(edit) @511 [511] 17 months btrott 'Created release branch archetypepad-10'
(edit) @510 [510] 17 months ykerherve Fixed an issue where passing an empty list of @ids in lookup_multi or a …
(edit) @509 [509] 17 months ykerherve - Handled an edge case where txn_active wouln't be set if we have an …
(edit) @508 [508] 17 months ykerherve tagging for Kevin - phenotype patch release
(edit) @507 [507] 17 months ykerherve I changed the code/name halfway. This is the other half
(edit) @506 [506] 17 months ykerherve - Added a "reuse_dbh" option to D::OD::D::DBI, if enabled it caches and …
(edit) @505 [505] 17 months btrott Merged Yan's fix (r504) to the archetypepad-9 branch.
(edit) @504 [504] 17 months ykerherve Fixed an issue in the case of a transaction involving different classes …
(edit) @503 [503] 17 months btrott 'Created release branch archetypepad-9'
(edit) @502 [502] 18 months ykerherve correct
(edit) @501 [501] 18 months ykerherve again
(edit) @500 [500] 18 months ykerherve correct revision
(edit) @499 [499] 18 months ykerherve removing this incorrect branch
(edit) @498 [498] 18 months ykerherve branching at 493 when we last released atp-8
(edit) @497 [497] 18 months ykerherve Added support for transactions into Multiplexer driver the callback for …
(edit) @496 [496] 18 months ykerherve Updated the name of the method "is_ephemeral" to something less fancy. In …
(edit) @495 [495] 18 months ykerherve Added description of what changed for my stuff
(edit) @494 [494] 18 months bchoate Added 'window_size' for search method of BaseCache class.
(edit) @493 [493] 18 months ykerherve Added a is_ephemeral() method which is an aweful name, but will allow …
(edit) @492 [492] 18 months sekimura pull out subref and added a _add_index_hint method so that a SQL subclass …
(edit) @491 [491] 18 months sekimura added a doc for add_index_hint()
(edit) @490 [490] 18 months sekimura ugh. wrong url. revert r489
(edit) @489 [489] 18 months sekimura added a doc for add_index_init()
(edit) @488 [488] 18 months mpaschal Don't expect run time block eval to catch errors from the compile time …
(edit) @487 [487] 18 months whitaker Reinstating this code since it was unlikely to be causing a registration …
(edit) @486 [486] 18 months gblankenbaker Rolling back due to possible errors in TP1-ATP registration: "don't try to …
(edit) @485 [485] 18 months gblankenbaker Whitespace Test
(edit) @484 [484] 18 months btrott 'Created release branch archetypepad-8'
(edit) @483 [483] 18 months btrott Creating stable branch for vox.
(edit) @482 [482] 18 months whitaker Second version of this change, re-committing... Improved support for …
(edit) @481 [481] 18 months ykerherve Let's continue to filter but restrict to ascii chars and allow more sigils
(edit) @480 [480] 19 months ykerherve - Added a new 'comment' mutators to SQL statement objects - Added a new …
(edit) @479 [479] 19 months whitaker Reverting this because it was causing errors with type-sync …
(edit) @478 [478] 19 months whitaker Improved support for transactions in partition and caching drivers. * If …
(edit) @477 [477] 19 months btrott 'Created release branch archetypepad-7'
(edit) @476 [476] 19 months ykerherve If one id has been deleted then the partition driver will typically croak …
(edit) @475 [475] 19 months garth Better word choice
(edit) @474 [474] 19 months sekimura added 'add_index_hint' to tell MySQL to use the named index to find rows
(edit) @473 [473] 19 months whitaker Standardize slice() to always return an arrayref. When calculating a …
(edit) @472 [472] 19 months ykerherve - Added documentation for the last methods I've added - Added unit tests
(edit) @471 [471] 19 months swistow If we're going to use Perl Critic, let's atleast pass all the tests
(edit) @470 [470] 19 months swistow Clean up 'my' warnings
(edit) @469 [469] 19 months swistow Fix redefine warning
Note: See TracRevisionLog for help on using the revision log.