Automatically mark the cap. framework methods as unimplemented for replication
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage /
2010-10-27 Peter Rabbitson Automatically mark the cap. framework methods as unimpl...
2010-10-26 Peter Rabbitson $sth->{Active} may throw during destruction >.<
2010-10-26 Peter Rabbitson Patch up weird MRO fail on 5.8 perls
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-23 Peter Rabbitson -ident implementation
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-10-16 Peter Rabbitson Deleting long forgotten ::Storage::DBI:Role:QueryCounter
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-10-14 Alexander Hartmaier fixed wrong sequence returned when multiple triggers...
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-10-14 Peter Rabbitson That's an embarrasing c/p :(
2010-10-12 Peter Rabbitson Load sqlite backup required modules on demand only
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-10-04 Peter Rabbitson Delay construction of try block until an active $sth...
2010-09-18 Peter Rabbitson Fix leak of $sth during populate() on perls < 5.10
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Remove bogus pre-txn_begin first-connect call
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-09-17 Peter Rabbitson Make _server_info() _determine_driver-bound
2010-08-31 Peter Rabbitson Fix mysterious ::Storage::DBI goto-shim failures on...
2010-08-31 Peter Rabbitson Remove forgotten frame from Storage-method overrides...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
2010-08-26 Peter Rabbitson SQLA::Limit is no more \o/
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-07-11 Peter Rabbitson Fix bulk-insert trace
2010-06-29 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover improve Oracle sequence detection and related test...
2010-06-12 Rafael Kitover fix using oracle sequences across schemas
2010-06-11 Peter Rabbitson Merge branch 'unlink_guard'
2010-06-11 Peter Rabbitson Stop using Try::Tiny until the perl refcounting problem...
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-05 Arthur Axel 'fREW... Typos
2010-06-02 Peter Rabbitson Auto-fill rdbms version for sqlt
2010-06-02 Peter Rabbitson Make sure ddl_dir is created even if a dir-object is...
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-01 Peter Rabbitson Preserve @_ aliasing semantics on coderefs within try...
2010-06-01 Rafael Kitover pass sqlite and pg version properly on ->deploy for...
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover pass postgres_version in producer_args when deploying...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
2010-06-01 Rafael Kitover fix uninitialized warning
2010-06-01 Peter Rabbitson Do not pollute sqlmaker while scanning raw sql
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Peter Rabbitson test replication test fail
2010-05-31 Peter Rabbitson Fix Schema::Versioned borkage
2010-05-31 Peter Rabbitson Fix RT57467, simplify test
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-26 Peter Rabbitson Really fix logic
2010-05-26 Peter Rabbitson Can not return from within a try block
2010-05-26 Peter Rabbitson Simplify oracle retrial logic
2010-05-25 Rafael Kitover fix odbc/mssql dynamic cursors
2010-05-25 Rafael Kitover fix Oracle
2010-05-25 Peter Rabbitson Try::Tiny conversion finished
2010-05-25 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-20 Rafael Kitover support INSERT OR UPDATE triggers for Oracle
2010-05-17 Ton Voon Fix missing $@ in try::tiny conversion
2010-05-17 Peter Rabbitson Merge 'trunk' into 'try-tiny'
2010-05-16 Rafael Kitover add sql_maker to @rdbms_specific_methods
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-05-14 Ton Voon eval => try where tests for $@ done
2010-05-14 Ton Voon txn_do's eval => try
2010-05-14 Ton Voon Another eval => try
2010-05-14 Ton Voon Add eval => try
2010-05-14 Robert Bohne Use connect_by OR connect_by_nocycle
2010-05-14 Robert Bohne Rename option nocycle to connect_by_nocycle
2010-05-14 Ton Voon Conversion of eval => try (part 1)
2010-05-07 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-07 Rafael Kitover minor change
2010-05-07 Rafael Kitover detect row_number() over support in MSSQL if version...
2010-05-07 Peter Rabbitson Failure to determine dbms version is *not* a fatal...
2010-05-05 Peter Rabbitson Merge 'trunk' into 'subqueried_limit_fixes'
2010-05-04 Peter Rabbitson _select_args processing no longer necessary
2010-05-04 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-03 Peter Rabbitson Add an as selector to a prefetch subquery to aid the...
2010-05-03 Peter Rabbitson Do not add TOP prefixes to queries already containing it
2010-05-01 Peter Rabbitson Preliminary version
2010-04-28 Rafael Kitover add _verify_pid and _verify_tid to methods that croak...
2010-04-28 Rafael Kitover update ::DBI::Replicated
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-27 Peter Rabbitson Fix global destruction problems
2010-04-27 Peter Rabbitson Reformat tests/comments a bit
2010-04-20 Robert Buels do not croak, rbuels! jeez.
2010-04-20 Robert Buels create_ddl_dir mkpaths its dir if necessary. also...
2010-04-14 Rafael Kitover datetime millisecond precision for MSSQL
2010-04-14 Rafael Kitover support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
2010-04-12 Rafael Kitover better way to find minimal dbms version in ::Replicated
2010-04-12 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-04-08 Rafael Kitover use min dbms_version for ::Replicated
2010-04-08 Rafael Kitover syntax error
2010-04-08 Peter Rabbitson Even safer version normalization
next