[Bast-commits] r7103 - in DBIx-Class/0.08/branches/async_storage: . examples/Schema examples/Schema/MyDatabase examples/Schema/MyDatabase/Main/Result examples/Schema/db lib/DBIx lib/DBIx/Class lib/DBIx/Class/CDBICompat lib/DBIx/Class/ClassResolver lib/DBIx/Class/InflateColumn lib/DBIx/Class/Manual lib/DBIx/Class/PK lib/DBIx/Class/PK/Auto lib/DBIx/Class/Relationship lib/DBIx/Class/ResultClass lib/DBIx/Class/ResultSource lib/DBIx/Class/ResultSourceProxy lib/DBIx/Class/SQLAHacks lib/DBIx/Class/Schema lib/DBIx/Class/Serialize lib/DBIx/Class/Storage lib/DBIx/Class/Storage/DBI lib/DBIx/Class/Storage/DBI/ODBC lib/DBIx/Class/Storage/DBI/Oracle lib/DBIx/Class/Storage/DBI/Replicated lib/DBIx/Class/Storage/DBI/Replicated/Balancer lib/DBIx/Class/Storage/DBI/Role lib/DBIx/Class/Storage/DBI/Sybase lib/SQL/Translator/Parser/DBIx lib/SQL/Translator/Producer/DBIx/Class maint script t t/bind t/cdbi t/cdbi/DeepAbstractSearch t/cdbi/abstract t/cdbi/sweet t/cdbi/testlib t/count t/delete t/inflate t/lib t/lib/DBICNSTest t/lib/DBICNSTest/Bogus t/lib/DBICNSTest/OtherRslt t/lib/DBICNSTest/RSet t/lib/DBICNSTest/Result t/lib/DBICNSTest/ResultSet t/lib/DBICNSTest/Rslt t/lib/DBICNSTest/RtBug41083 t/lib/DBICNSTest/RtBug41083/ResultSet t/lib/DBICNSTest/RtBug41083/ResultSet_A t/lib/DBICNSTest/RtBug41083/Schema t/lib/DBICNSTest/RtBug41083/Schema/Foo t/lib/DBICNSTest/RtBug41083/Schema_A t/lib/DBICNSTest/RtBug41083/Schema_A/A t/lib/DBICTest t/lib/DBICTest/ForeignComponent t/lib/DBICTest/Plain t/lib/DBICTest/ResultSetManager t/lib/DBICTest/Schema t/lib/DBICTest/Taint/Classes t/lib/DBICTest/Taint/Namespaces/Result t/multi_create t/ordered t/prefetch t/relationship t/resultset t/search t/update

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Fri Jul 24 04:39:30 GMT 2009


Author: caelum
Date: 2009-07-24 04:39:29 +0000 (Fri, 24 Jul 2009)
New Revision: 7103

Added:
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/SQLAHacks/MSSQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/SQLAHacks/MySQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/AmbiguousGlob.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/MultiColumnIn.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Sybase/Base.pm
   DBIx-Class/0.08/branches/async_storage/t/18insert_default.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_exception.t
   DBIx-Class/0.08/branches/async_storage/t/746sybase.t
   DBIx-Class/0.08/branches/async_storage/t/92storage_on_connect_call.t
   DBIx-Class/0.08/branches/async_storage/t/bind/
   DBIx-Class/0.08/branches/async_storage/t/bind/attribute.t
   DBIx-Class/0.08/branches/async_storage/t/bind/bindtype_columns.t
   DBIx-Class/0.08/branches/async_storage/t/bind/order_by.t
   DBIx-Class/0.08/branches/async_storage/t/count/count_rs.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/
   DBIx-Class/0.08/branches/async_storage/t/inflate/core.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/datetime.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/datetime_mysql.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/datetime_oracle.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/datetime_pg.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/file_column.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/hri.t
   DBIx-Class/0.08/branches/async_storage/t/inflate/serialize.t
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Bogus/
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Bogus/Bigos.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/CustomSql.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/EventTZPg.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Money.pm
   DBIx-Class/0.08/branches/async_storage/t/multi_create/
   DBIx-Class/0.08/branches/async_storage/t/multi_create/in_memory.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/insert_defaults.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/m2m.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/multilev_single_PKeqFK.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/reentrance_count.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/standard.t
   DBIx-Class/0.08/branches/async_storage/t/multi_create/torture.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/count.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/double_prefetch.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/grouped.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/incomplete.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/with_limit.t
   DBIx-Class/0.08/branches/async_storage/t/relationship/
   DBIx-Class/0.08/branches/async_storage/t/relationship/after_update.t
   DBIx-Class/0.08/branches/async_storage/t/relationship/core.t
   DBIx-Class/0.08/branches/async_storage/t/relationship/doesnt_exist.t
   DBIx-Class/0.08/branches/async_storage/t/relationship/update_or_create_multi.t
   DBIx-Class/0.08/branches/async_storage/t/relationship/update_or_create_single.t
   DBIx-Class/0.08/branches/async_storage/t/resultset/update_delete.t
   DBIx-Class/0.08/branches/async_storage/t/search/preserve_original_rs.t
   DBIx-Class/0.08/branches/async_storage/t/update/
   DBIx-Class/0.08/branches/async_storage/t/update/type_aware.t
   DBIx-Class/0.08/branches/async_storage/t/zzzzzzz_sqlite_deadlock.t
Removed:
   DBIx-Class/0.08/branches/async_storage/t/47bind_attribute.t
   DBIx-Class/0.08/branches/async_storage/t/66relationship.t
   DBIx-Class/0.08/branches/async_storage/t/68inflate.t
   DBIx-Class/0.08/branches/async_storage/t/68inflate_resultclass_hashrefinflator.t
   DBIx-Class/0.08/branches/async_storage/t/68inflate_serialize.t
   DBIx-Class/0.08/branches/async_storage/t/73oracle_inflate.t
   DBIx-Class/0.08/branches/async_storage/t/89inflate_datetime.t
   DBIx-Class/0.08/branches/async_storage/t/96file_column.t
   DBIx-Class/0.08/branches/async_storage/t/96multi_create.t
   DBIx-Class/0.08/branches/async_storage/t/96multi_create/
   DBIx-Class/0.08/branches/async_storage/t/96multi_create_new.t
   DBIx-Class/0.08/branches/async_storage/t/96multi_create_torture.t
   DBIx-Class/0.08/branches/async_storage/t/bindtype_columns.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/pollute_already_joined.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/rows_bug.t
   DBIx-Class/0.08/branches/async_storage/t/relationship_after_update.t
   DBIx-Class/0.08/branches/async_storage/t/relationship_doesnt_exist.t
Modified:
   DBIx-Class/0.08/branches/async_storage/
   DBIx-Class/0.08/branches/async_storage/Changes
   DBIx-Class/0.08/branches/async_storage/Features_09
   DBIx-Class/0.08/branches/async_storage/MANIFEST.SKIP
   DBIx-Class/0.08/branches/async_storage/Makefile.PL
   DBIx-Class/0.08/branches/async_storage/TODO
   DBIx-Class/0.08/branches/async_storage/examples/Schema/MyDatabase/Main.pm
   DBIx-Class/0.08/branches/async_storage/examples/Schema/MyDatabase/Main/Result/Artist.pm
   DBIx-Class/0.08/branches/async_storage/examples/Schema/MyDatabase/Main/Result/Cd.pm
   DBIx-Class/0.08/branches/async_storage/examples/Schema/MyDatabase/Main/Result/Track.pm
   DBIx-Class/0.08/branches/async_storage/examples/Schema/db/example.sql
   DBIx-Class/0.08/branches/async_storage/examples/Schema/insertdb.pl
   DBIx-Class/0.08/branches/async_storage/examples/Schema/testdb.pl
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/AccessorGroup.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/AbstractSearch.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/AccessorMapping.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/AttributeAPI.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/AutoUpdate.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/ColumnCase.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/ColumnGroups.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/ColumnsAsHash.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Constraints.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Constructor.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Copy.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/DestroyWarning.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/GetSet.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/ImaDBI.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Iterator.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/LazyLoading.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/LiveObjectIndex.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Pager.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/ReadOnly.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Relationship.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Relationships.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Retrieve.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/SQLTransformer.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Stringify.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/TempColumns.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/CDBICompat/Triggers.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ClassResolver/PassThrough.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Componentised.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Core.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Cursor.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/DB.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Exception.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/InflateColumn.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/InflateColumn/DateTime.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/InflateColumn/File.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Component.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Cookbook.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/DocMap.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Example.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/FAQ.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Glossary.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Intro.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Joining.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Reading.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Manual/Troubleshooting.pod
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Ordered.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/DB2.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/MSSQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/MySQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/Oracle.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/Pg.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/PK/Auto/SQLite.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/Accessor.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/Base.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/BelongsTo.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/CascadeActions.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/HasMany.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/HasOne.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/Helpers.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/ManyToMany.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Relationship/ProxyMethods.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultClass/HashRefInflator.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSet.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSetColumn.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSetManager.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSetProxy.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSource.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSource/Table.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSource/View.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSourceHandle.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSourceProxy.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/ResultSourceProxy/Table.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Row.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/SQLAHacks.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/SQLAHacks/OracleJoins.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Schema.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Schema/Versioned.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Serialize/Storable.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/StartupCheck.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Cursor.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/DB2.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/MSSQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/NoBindVars.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/ODBC.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/ODBC/DB2_400_SQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Oracle.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Oracle/WhereJoins.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Pg.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/First.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Balancer/Random.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Pool.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/Types.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/SQLite.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Sybase.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/DBI/mysql.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/Statistics.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/Storage/TxnScopeGuard.pm
   DBIx-Class/0.08/branches/async_storage/lib/DBIx/Class/UTF8Columns.pm
   DBIx-Class/0.08/branches/async_storage/lib/SQL/Translator/Parser/DBIx/Class.pm
   DBIx-Class/0.08/branches/async_storage/lib/SQL/Translator/Producer/DBIx/Class/File.pm
   DBIx-Class/0.08/branches/async_storage/maint/benchmark_hashrefinflator.pl
   DBIx-Class/0.08/branches/async_storage/maint/gen-pod-index.pl
   DBIx-Class/0.08/branches/async_storage/maint/gen-schema.pl
   DBIx-Class/0.08/branches/async_storage/maint/gen-tests.pl
   DBIx-Class/0.08/branches/async_storage/maint/inheritance_pod.pl
   DBIx-Class/0.08/branches/async_storage/maint/steal-svn-log.sh
   DBIx-Class/0.08/branches/async_storage/maint/svn-log.perl
   DBIx-Class/0.08/branches/async_storage/script/dbicadmin
   DBIx-Class/0.08/branches/async_storage/t/02pod.t
   DBIx-Class/0.08/branches/async_storage/t/03podcoverage.t
   DBIx-Class/0.08/branches/async_storage/t/04dont_break_c3.t
   DBIx-Class/0.08/branches/async_storage/t/05components.t
   DBIx-Class/0.08/branches/async_storage/t/100extra_source.t
   DBIx-Class/0.08/branches/async_storage/t/100populate.t
   DBIx-Class/0.08/branches/async_storage/t/101populate_rs.t
   DBIx-Class/0.08/branches/async_storage/t/102load_classes.t
   DBIx-Class/0.08/branches/async_storage/t/103many_to_many_warning.t
   DBIx-Class/0.08/branches/async_storage/t/104view.t
   DBIx-Class/0.08/branches/async_storage/t/18inserterror.t
   DBIx-Class/0.08/branches/async_storage/t/19quotes.t
   DBIx-Class/0.08/branches/async_storage/t/19quotes_newstyle.t
   DBIx-Class/0.08/branches/async_storage/t/20setuperrors.t
   DBIx-Class/0.08/branches/async_storage/t/26dumper.t
   DBIx-Class/0.08/branches/async_storage/t/30dbicplain.t
   DBIx-Class/0.08/branches/async_storage/t/31stats.t
   DBIx-Class/0.08/branches/async_storage/t/32connect_code_ref.t
   DBIx-Class/0.08/branches/async_storage/t/33storage_reconnect.t
   DBIx-Class/0.08/branches/async_storage/t/34exception_action.t
   DBIx-Class/0.08/branches/async_storage/t/35disable_sth_caching.t
   DBIx-Class/0.08/branches/async_storage/t/36datetime.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_1.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_2.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_3.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_4.t
   DBIx-Class/0.08/branches/async_storage/t/39load_namespaces_rt41083.t
   DBIx-Class/0.08/branches/async_storage/t/40resultsetmanager.t
   DBIx-Class/0.08/branches/async_storage/t/41orrible.t
   DBIx-Class/0.08/branches/async_storage/t/42toplimit.t
   DBIx-Class/0.08/branches/async_storage/t/46where_attribute.t
   DBIx-Class/0.08/branches/async_storage/t/50fork.t
   DBIx-Class/0.08/branches/async_storage/t/51threads.t
   DBIx-Class/0.08/branches/async_storage/t/51threadtxn.t
   DBIx-Class/0.08/branches/async_storage/t/52cycle.t
   DBIx-Class/0.08/branches/async_storage/t/54taint.t
   DBIx-Class/0.08/branches/async_storage/t/55storage_stress.t
   DBIx-Class/0.08/branches/async_storage/t/60core.t
   DBIx-Class/0.08/branches/async_storage/t/61findnot.t
   DBIx-Class/0.08/branches/async_storage/t/63register_class.t
   DBIx-Class/0.08/branches/async_storage/t/63register_source.t
   DBIx-Class/0.08/branches/async_storage/t/64db.t
   DBIx-Class/0.08/branches/async_storage/t/65multipk.t
   DBIx-Class/0.08/branches/async_storage/t/67pager.t
   DBIx-Class/0.08/branches/async_storage/t/69update.t
   DBIx-Class/0.08/branches/async_storage/t/70auto.t
   DBIx-Class/0.08/branches/async_storage/t/71mysql.t
   DBIx-Class/0.08/branches/async_storage/t/72pg.t
   DBIx-Class/0.08/branches/async_storage/t/73oracle.t
   DBIx-Class/0.08/branches/async_storage/t/745db2.t
   DBIx-Class/0.08/branches/async_storage/t/746db2_400.t
   DBIx-Class/0.08/branches/async_storage/t/746mssql.t
   DBIx-Class/0.08/branches/async_storage/t/74mssql.t
   DBIx-Class/0.08/branches/async_storage/t/75limit.t
   DBIx-Class/0.08/branches/async_storage/t/76joins.t
   DBIx-Class/0.08/branches/async_storage/t/76select.t
   DBIx-Class/0.08/branches/async_storage/t/77join_count.t
   DBIx-Class/0.08/branches/async_storage/t/78self_referencial.t
   DBIx-Class/0.08/branches/async_storage/t/79aliasing.t
   DBIx-Class/0.08/branches/async_storage/t/80unique.t
   DBIx-Class/0.08/branches/async_storage/t/81transactions.t
   DBIx-Class/0.08/branches/async_storage/t/82cascade_copy.t
   DBIx-Class/0.08/branches/async_storage/t/83cache.t
   DBIx-Class/0.08/branches/async_storage/t/84serialize.t
   DBIx-Class/0.08/branches/async_storage/t/85utf8.t
   DBIx-Class/0.08/branches/async_storage/t/86might_have.t
   DBIx-Class/0.08/branches/async_storage/t/86sqlt.t
   DBIx-Class/0.08/branches/async_storage/t/87ordered.t
   DBIx-Class/0.08/branches/async_storage/t/88result_set_column.t
   DBIx-Class/0.08/branches/async_storage/t/89dbicadmin.t
   DBIx-Class/0.08/branches/async_storage/t/90ensure_class_loaded.t
   DBIx-Class/0.08/branches/async_storage/t/90join_torture.t
   DBIx-Class/0.08/branches/async_storage/t/91debug.t
   DBIx-Class/0.08/branches/async_storage/t/91merge_attr.t
   DBIx-Class/0.08/branches/async_storage/t/92storage.t
   DBIx-Class/0.08/branches/async_storage/t/92storage_on_connect_do.t
   DBIx-Class/0.08/branches/async_storage/t/93nobindvars.t
   DBIx-Class/0.08/branches/async_storage/t/93single_accessor_object.t
   DBIx-Class/0.08/branches/async_storage/t/93storage_replication.t
   DBIx-Class/0.08/branches/async_storage/t/94pk_mutation.t
   DBIx-Class/0.08/branches/async_storage/t/94versioning.t
   DBIx-Class/0.08/branches/async_storage/t/95sql_maker.t
   DBIx-Class/0.08/branches/async_storage/t/95sql_maker_quote.t
   DBIx-Class/0.08/branches/async_storage/t/96_is_deteministic_value.t
   DBIx-Class/0.08/branches/async_storage/t/97result_class.t
   DBIx-Class/0.08/branches/async_storage/t/98savepoints.t
   DBIx-Class/0.08/branches/async_storage/t/99dbic_sqlt_parser.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/01-columns.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/02-Film.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/03-subclassing.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/04-lazy.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/06-hasa.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/08-inheritcols.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/09-has_many.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/11-triggers.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/12-filter.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/13-constraint.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/14-might_have.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/15-accessor.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/16-reserved.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/18-has_a.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/19-set_sql.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/21-iterator.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/22-deflate_order.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/22-self_referential.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/23-cascade.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/24-meta_info.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/26-mutator.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/30-pager.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/68-inflate_has_a.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/98-failure.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/DeepAbstractSearch/01_search.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/abstract/search_where.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/columns_as_hashes.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/columns_dont_override_custom_accessors.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/construct.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/copy.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/early_column_heisenbug.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/has_many_loads_foreign_class.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/hasa_without_loading.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/max_min_value_of.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/mk_group_accessors.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/multi_column_set.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/object_cache.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/retrieve_from_sql_with_limit.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/set_to_undef.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/set_vs_DateTime.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/sweet/08pager.t
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Actor.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/ActorAlias.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Binary.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Blurb.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/CDBase.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Director.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Film.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Lazy.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Log.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyBase.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyFilm.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyFoo.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyStar.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyStarLink.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/MyStarLinkMCPK.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Order.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/OtherFilm.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/OtherThing.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/PgBase.pm
   DBIx-Class/0.08/branches/async_storage/t/cdbi/testlib/Thing.pm
   DBIx-Class/0.08/branches/async_storage/t/count/distinct.t
   DBIx-Class/0.08/branches/async_storage/t/count/grouped_pager.t
   DBIx-Class/0.08/branches/async_storage/t/count/in_subquery.t
   DBIx-Class/0.08/branches/async_storage/t/count/joined.t
   DBIx-Class/0.08/branches/async_storage/t/count/prefetch.t
   DBIx-Class/0.08/branches/async_storage/t/dbh_do.t
   DBIx-Class/0.08/branches/async_storage/t/delete/m2m.t
   DBIx-Class/0.08/branches/async_storage/t/delete/related.t
   DBIx-Class/0.08/branches/async_storage/t/discard_changes_in_DESTROY.t
   DBIx-Class/0.08/branches/async_storage/t/from_subquery.t
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Bogus/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/OtherRslt/D.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RSBase.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RSet/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RSet/C.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Result/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Result/B.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/ResultSet/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/ResultSet/C.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Rslt/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/Rslt/B.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/ResultSet.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/ResultSet/Foo.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/ResultSet_A/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/Schema/Foo.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/Schema/Foo/Sub.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/Schema_A/A.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICNSTest/RtBug41083/Schema_A/A/Sub.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/AuthorCheck.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/BaseResult.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/BaseResultSet.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/ErrorComponent.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/FakeComponent.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/ForeignComponent.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/ForeignComponent/TestComp.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/OptionalComponent.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Plain.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Plain/Test.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/ResultSetManager.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/ResultSetManager/Foo.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Artist.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/ArtistSourceName.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/ArtistSubclass.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/ArtistUndirectedMap.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Artwork.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Artwork_to_Artist.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/BindType.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Bookmark.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/BooksInLibrary.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/CD.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/CD_to_Producer.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Collection.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/CollectionObject.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Dummy.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Employee.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Encoded.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Event.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/EventTZ.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/EventTZDeprecated.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/FileColumn.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/ForceForeign.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/FourKeys.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/FourKeys_to_TwoKeys.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Genre.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Image.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/LinerNotes.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Link.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/LyricVersion.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Lyrics.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/NoPrimaryKey.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/NoSuchClass.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/OneKey.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Owners.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Producer.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/SelfRef.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/SelfRefAlias.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/SequenceTest.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Serialized.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Tag.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Track.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/TreeLike.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/TwoKeyTreeLike.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/TwoKeys.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/TypedObject.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Year1999CDs.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Schema/Year2000CDs.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Stats.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/SyntaxErrorComponent1.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/SyntaxErrorComponent2.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/SyntaxErrorComponent3.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Taint/Classes/Auto.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Taint/Classes/Manual.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICTest/Taint/Namespaces/Result/Test.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICVersionNew.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/DBICVersionOrig.pm
   DBIx-Class/0.08/branches/async_storage/t/lib/sqlite.sql
   DBIx-Class/0.08/branches/async_storage/t/multi_create/cd_single.t
   DBIx-Class/0.08/branches/async_storage/t/ordered/cascade_delete.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/attrs_untouched.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/diamond.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/multiple_hasmany.t
   DBIx-Class/0.08/branches/async_storage/t/prefetch/standard.t
   DBIx-Class/0.08/branches/async_storage/t/resultset/as_query.t
   DBIx-Class/0.08/branches/async_storage/t/resultset_class.t
   DBIx-Class/0.08/branches/async_storage/t/resultset_overload.t
   DBIx-Class/0.08/branches/async_storage/t/search/subquery.t
   DBIx-Class/0.08/branches/async_storage/t/zzzzzzz_perl_perf_bug.t
Log:
 r4339 at hlagh (orig r6379):  ribasushi | 2009-05-23 04:09:46 -0400
 Refactor rs_update_delete (too many methods for no reason)
 Make mysql use _per_row_update_delete by default as this is the only thing it understands: http://dev.mysql.com/doc/refman/5.0/en/subquery-errors.html
 r4340 at hlagh (orig r6380):  caelum | 2009-05-23 10:44:59 -0400
 Sybase autopk, and a test, no limit support yet
 r4341 at hlagh (orig r6381):  ribasushi | 2009-05-23 15:33:28 -0400
 Tests and test schema adjustments for resultset update/delete
 r4342 at hlagh (orig r6382):  ribasushi | 2009-05-23 15:35:59 -0400
 Add storage component of multipk resultset update/delete for multicolumn IN capable rdbms
 Switch Pg to that (tested via DBICTEST_DSN)
 r4343 at hlagh (orig r6383):  caelum | 2009-05-23 15:46:11 -0400
 Sybase bindvar and IC::DT support
 r4344 at hlagh (orig r6384):  caelum | 2009-05-23 15:57:08 -0400
 hide internal Sybase classes from PAUSE
 r4346 at hlagh (orig r6386):  caelum | 2009-05-23 16:28:42 -0400
 revert last Sybase changes
 r4349 at hlagh (orig r6389):  ribasushi | 2009-05-23 16:59:17 -0400
 Extra test and count fixes for prefetch + distinct
 r4350 at hlagh (orig r6390):  caelum | 2009-05-23 17:04:01 -0400
 minor clean up
 r4351 at hlagh (orig r6391):  ribasushi | 2009-05-23 17:37:19 -0400
 Make sure MultiColumnIn quotes column names while munging literal sql
 Tested by running t/resultset/update_delete against pg with quote char " and name sep .
 r4352 at hlagh (orig r6392):  ribasushi | 2009-05-23 18:47:40 -0400
 update changes
 r4353 at hlagh (orig r6393):  ribasushi | 2009-05-23 18:50:08 -0400
 Extend distinct deprecation tests and clarify warnings
 r4355 at hlagh (orig r6395):  ribasushi | 2009-05-24 04:47:03 -0400
 MSSQL through ODBC does not like unfinished statements - make sure we finish the scope identity retrieval
 (This worked before because of the automatic retry on exception, essentially running any select after insert twice)
 r4356 at hlagh (orig r6396):  ribasushi | 2009-05-24 05:42:01 -0400
 Make sure we do not clobber search attributes when using subqueries
 r4357 at hlagh (orig r6397):  ribasushi | 2009-05-24 05:43:32 -0400
 SUPER is so last century
 r4358 at hlagh (orig r6398):  ribasushi | 2009-05-24 08:12:39 -0400
 Deprecate ::DBI::Sybase::MSSQL
 r4359 at hlagh (orig r6399):  ribasushi | 2009-05-24 09:00:50 -0400
 eol adjustments
 r4360 at hlagh (orig r6400):  ribasushi | 2009-05-24 09:07:45 -0400
 Switch trunk to native eol-style
 r4361 at hlagh (orig r6401):  ribasushi | 2009-05-24 09:35:07 -0400
 Failing test about warnings triggered in SQLA::Limit when using a subquery
 r4365 at hlagh (orig r6405):  ribasushi | 2009-05-24 16:53:15 -0400
 Switch around inheritance of MSSQL drivers, remove some duplicate code
 r4366 at hlagh (orig r6406):  caelum | 2009-05-24 19:49:17 -0400
 fix double connect for ODBC/MSSQL
 r4367 at hlagh (orig r6407):  caelum | 2009-05-24 19:53:12 -0400
 added test to make sure only one connection to ODBC/MSSQL is made
 r4520 at hlagh (orig r6410):  ribasushi | 2009-05-25 02:48:38 -0400
 Factor out the order_by sqlahacks resolver
 r4521 at hlagh (orig r6411):  ribasushi | 2009-05-25 03:42:45 -0400
 Move the DB2 Limit syntax setting into the storage class
 r4522 at hlagh (orig r6412):  ribasushi | 2009-05-25 03:47:01 -0400
 Forgotten podcoverage override
 r4523 at hlagh (orig r6413):  ribasushi | 2009-05-25 05:11:01 -0400
 Define how Top limit emulation should behave
 r5249 at hlagh (orig r6418):  ribasushi | 2009-05-25 10:53:13 -0400
 Actually don't need this anymore
 r5251 at hlagh (orig r6420):  tomboh | 2009-05-25 12:33:46 -0400
 Small documentation improvement:  link to a documented method.
 r5253 at hlagh (orig r6422):  ribasushi | 2009-05-25 13:42:02 -0400
 This method does not exist anymore
 r5254 at hlagh (orig r6426):  ribasushi | 2009-05-26 02:15:34 -0400
 TODOified test for RT#40701
 r5256 at hlagh (orig r6428):  ash | 2009-05-26 10:17:44 -0400
 Fix 'timestamp with time zone' columns for IC::DT inflation
 
 r5258 at hlagh (orig r6430):  ribasushi | 2009-05-26 10:29:55 -0400
  r6415 at Thesaurus (orig r6414):  ribasushi | 2009-05-25 11:18:05 +0200
  Yet another branch to attempt a top fix
  r6416 at Thesaurus (orig r6415):  ribasushi | 2009-05-25 11:24:32 +0200
  The Top limit emulation bundled with SQLA::Limit assumes that the limited resultset will be _always_ sorted. In order to fix this, I reimplemented _Top in SQLAHacks with a slight modification. Now the original order_by is passed to the outside of the nested select block, while order_up/down are calculated either based on the original order_by, or if one is not present an order by all PKs is attempted.
  Since I do not have access to $rsrc in SQLA, I pass the list of PKs as an extra group_by hash entry. This appears to be rather safe, and besides we already pollute order_by with group_by and having (which seems to work rather well).
  The only thing I am unsure about is the need for _gen_virtual_order(). Initially I was going to generate the pk list, only if we use the Top limit. Then it turned out there is no limit dialect before we connect, so I commented it out. Now all it does is check for a limit condition and returns the PK list. Is this necessary at all?
  r6417 at Thesaurus (orig r6416):  ribasushi | 2009-05-25 16:08:40 +0200
  Shoot another Top problem, move test from top_limit_tweaks branch and delete
  r6420 at Thesaurus (orig r6419):  ribasushi | 2009-05-25 17:45:33 +0200
  Too much logic for no benefit - always populate _virtual_order_by
 
 r5260 at hlagh (orig r6432):  ribasushi | 2009-05-26 10:36:55 -0400
 Fix test skip message
 r5261 at hlagh (orig r6433):  ribasushi | 2009-05-26 11:20:57 -0400
 Minor fixes of the return value of rs->update/delete
 r5262 at hlagh (orig r6434):  ribasushi | 2009-05-26 14:49:49 -0400
 fix comments
 r5263 at hlagh (orig r6435):  ribasushi | 2009-05-26 15:28:49 -0400
 Attempt to reproduce reported mysql error (failed) - fixed another bug in ResultSetColumn along the way
 r5264 at hlagh (orig r6436):  ribasushi | 2009-05-26 16:02:29 -0400
 Release 0.08103
 r5288 at hlagh (orig r6446):  ribasushi | 2009-05-28 04:20:57 -0400
 Commit rather useless but already written mysql test extension
 r5289 at hlagh (orig r6447):  ribasushi | 2009-05-28 07:02:22 -0400
 Fix multiprefetch warning - we can now count properly
 r5290 at hlagh (orig r6456):  ribasushi | 2009-05-30 01:40:24 -0400
 Patch + test for more informative exceptions on load_namespace a non-rs class
 r5291 at hlagh (orig r6457):  ribasushi | 2009-05-30 03:34:20 -0400
 Add better error reporting on bulk_insert (ash++)
 r5300 at hlagh (orig r6469):  ribasushi | 2009-05-30 13:46:09 -0400
 populate() fix and Changes
 r5301 at hlagh (orig r6470):  ribasushi | 2009-05-31 03:37:37 -0400
 M::I 0.89 finally resolves all provlems with auto_install
 r5302 at hlagh (orig r6471):  ribasushi | 2009-05-31 03:42:35 -0400
 Throw away the makefile SQLite test - it served its purpose
 r5303 at hlagh (orig r6472):  ribasushi | 2009-05-31 05:24:15 -0400
 There is a saner way to write out resources
 r5304 at hlagh (orig r6473):  ribasushi | 2009-05-31 10:07:18 -0400
 Last set of Makefile.PL optimizations
 r5305 at hlagh (orig r6474):  ribasushi | 2009-06-01 06:24:41 -0400
 deploy-related pod fixes
 r5307 at hlagh (orig r6476):  ribasushi | 2009-06-01 10:40:22 -0400
  r6462 at Thesaurus (orig r6461):  mo | 2009-05-30 11:06:54 +0200
  order_by tests
 
 r5308 at hlagh (orig r6477):  ribasushi | 2009-06-01 10:40:30 -0400
  r6463 at Thesaurus (orig r6462):  ribasushi | 2009-05-30 16:54:37 +0200
  TODOify some of the order with bind tests
 
 r5309 at hlagh (orig r6478):  ribasushi | 2009-06-01 10:40:41 -0400
  r6464 at Thesaurus (orig r6463):  ribasushi | 2009-05-30 16:55:37 +0200
  Restructure bind tests
 
 r5310 at hlagh (orig r6479):  ribasushi | 2009-06-01 10:40:50 -0400
  r6465 at Thesaurus (orig r6464):  ribasushi | 2009-05-30 17:15:57 +0200
  Greatly simplify _order_by override to fallback on new SQLA
 
 r5311 at hlagh (orig r6480):  ribasushi | 2009-06-01 10:40:56 -0400
  r6467 at Thesaurus (orig r6466):  ribasushi | 2009-05-30 19:13:23 +0200
  Evil hack to make Carp::Clan work throughout SQLA as well
 
 r5312 at hlagh (orig r6481):  ribasushi | 2009-06-01 10:41:42 -0400
  r6468 at Thesaurus (orig r6467):  ribasushi | 2009-05-30 19:17:02 +0200
  Add changes
 
 r5313 at hlagh (orig r6482):  ribasushi | 2009-06-01 10:41:49 -0400
 
 r5315 at hlagh (orig r6484):  ribasushi | 2009-06-01 10:49:09 -0400
 Fix fallout from another botched merge (I suck, part 2)
 r5317 at hlagh (orig r6486):  ribasushi | 2009-06-03 04:14:51 -0400
 Require a recent version of Date::Simple during CDBI tests
 r5325 at hlagh (orig r6495):  ribasushi | 2009-06-04 03:35:25 -0400
 Move relationship tests around
 r5328 at hlagh (orig r6498):  ribasushi | 2009-06-04 05:52:18 -0400
 Delegate actual counting to the storage class
 r5334 at hlagh (orig r6501):  ribasushi | 2009-06-04 09:38:21 -0400
 Really delegate counting to the storage class - now we have either a grouped count or a regular one
 r5341 at hlagh (orig r6508):  ribasushi | 2009-06-04 16:54:28 -0400
 having without group_by is useless - thus do not supply a group_by on count, let things die
 r5343 at hlagh (orig r6510):  ribasushi | 2009-06-04 17:51:13 -0400
 It seems that this localisation can lead to problems
 Unfortunately no test case as the trigger was buried deep within Reaction, I coulnd't figure out an isolation
 r5351 at hlagh (orig r6518):  ribasushi | 2009-06-05 10:28:58 -0400
 This was dumb - of course I want a copy
 Otherwise the next serach_related will work with a contaminated seen_joins
 r5353 at hlagh (orig r6520):  ribasushi | 2009-06-05 13:25:56 -0400
 Factor out the grouped count subquery SELECTor so specific storage classes can override it
 Trim attribute deletion lists - we work with _resolved_attrs - +X are already folded into X and the like
 r5385 at hlagh (orig r6528):  ribasushi | 2009-06-06 04:45:10 -0400
 rename MC test dir
 r5386 at hlagh (orig r6529):  ribasushi | 2009-06-06 04:47:47 -0400
 TODOified reentrancy counter - this shall be used to optimize MC some day
 r5387 at hlagh (orig r6530):  ribasushi | 2009-06-06 04:50:56 -0400
 Port another forgotten MC fix
 r5393 at hlagh (orig r6537):  ribasushi | 2009-06-07 17:07:55 -0400
 Fix for mysql subquery problem
 r5394 at hlagh (orig r6538):  ribasushi | 2009-06-07 17:36:43 -0400
 Make empty/default inserts use standard SQL
 r5395 at hlagh (orig r6539):  ribasushi | 2009-06-07 18:59:21 -0400
 Add mysql empty insert SQL override
 Make SQLAHacks parts loadable at runtime via ensure_class_loaded
 r5396 at hlagh (orig r6540):  ribasushi | 2009-06-07 19:03:04 -0400
 Make podcoverage happy
 r5397 at hlagh (orig r6541):  ribasushi | 2009-06-07 19:24:06 -0400
 Fix find_or_new/create to stop returning random rows when default value insert is requested
 r5398 at hlagh (orig r6542):  ribasushi | 2009-06-08 05:36:56 -0400
 Simply order_by/_virtual_order_by handling
 r5406 at hlagh (orig r6552):  ribasushi | 2009-06-08 17:56:41 -0400
 duh
 r5410 at hlagh (orig r6556):  ash | 2009-06-09 06:20:34 -0400
 Addjust bug to show problem with rows => 1 + child rel
 
 r5411 at hlagh (orig r6557):  ribasushi | 2009-06-09 07:12:46 -0400
 Require a recent bugfixed Devel::Cycle
 r5413 at hlagh (orig r6559):  ash | 2009-06-09 09:07:30 -0400
 Make IC::DT extra warning state the column name too
 
 r5420 at hlagh (orig r6574):  ribasushi | 2009-06-09 18:19:48 -0400
 AuthorCheck fixes
 r5424 at hlagh (orig r6578):  ribasushi | 2009-06-09 18:52:17 -0400
  r6522 at Thesaurus (orig r6521):  ribasushi | 2009-06-05 19:27:55 +0200
  New branch to try resultsource related stuff
  r6545 at Thesaurus (orig r6544):  ribasushi | 2009-06-08 13:00:54 +0200
  First stab at adding resultsources to each join in select - works won-der-ful-ly
  r6546 at Thesaurus (orig r6545):  ribasushi | 2009-06-08 13:14:08 +0200
  Commit failing test and thoughts on search arg deflation
  r6576 at Thesaurus (orig r6575):  ribasushi | 2009-06-10 00:31:55 +0200
  Todoify DT in search deflation test until after 0.09
  r6577 at Thesaurus (orig r6576):  ribasushi | 2009-06-10 00:48:07 +0200
  Factor out the $ident resolver
 
 r5426 at hlagh (orig r6580):  ribasushi | 2009-06-09 19:21:50 -0400
 Move as_query out of the cursor
 r5427 at hlagh (orig r6581):  ribasushi | 2009-06-09 19:27:19 -0400
 Think before commit
 r5428 at hlagh (orig r6582):  ribasushi | 2009-06-10 03:37:19 -0400
 Clarify and disable rows/prefetch test - fix is easy, but architecturally unsound - need more time
 r5436 at hlagh (orig r6590):  ribasushi | 2009-06-10 07:33:37 -0400
  r6544 at Thesaurus (orig r6543):  ribasushi | 2009-06-08 11:44:59 +0200
  Attempt to figure out why do we repeat joins on complex search_related
  r6586 at Thesaurus (orig r6585):  ribasushi | 2009-06-10 11:22:05 +0200
  Move the rs preservation test to a more suitable place
  r6589 at Thesaurus (orig r6588):  ribasushi | 2009-06-10 13:15:48 +0200
  Finally commit trully failing test
  r6590 at Thesaurus (orig r6589):  ribasushi | 2009-06-10 13:33:14 +0200
  Duh, this was a pretty simple bug
 
 r5438 at hlagh (orig r6592):  ribasushi | 2009-06-10 07:43:31 -0400
 What was I thinking - resultsource does not have an ->alias
 r5443 at hlagh (orig r6597):  ribasushi | 2009-06-10 08:48:39 -0400
 Adjust changelog
 r5446 at hlagh (orig r6600):  ribasushi | 2009-06-10 09:50:43 -0400
 Release 0.08104
 r5467 at hlagh (orig r6614):  ribasushi | 2009-06-11 08:29:48 -0400
 Move around inflation tests
 r5468 at hlagh (orig r6615):  ribasushi | 2009-06-11 08:32:07 -0400
 explicitly remove manifest on author mode make
 r5469 at hlagh (orig r6616):  ribasushi | 2009-06-11 09:02:41 -0400
 IC::DT changes:
 Switch SQLite storage to DT::F::SQLite
 Fix exception when undef_if_invalid and timezone are both set on a column
 Split t/89inflate_datetime into separate tests
 Adjust makefile author dependencies
 r5470 at hlagh (orig r6617):  ribasushi | 2009-06-11 09:07:41 -0400
 Move file_column test to inflate/ too
 r5472 at hlagh (orig r6620):  ribasushi | 2009-06-11 10:16:20 -0400
  r5713 at Thesaurus (orig r5712):  ribasushi | 2009-03-08 23:53:28 +0100
  Branch for datatype-aware updates
  r6604 at Thesaurus (orig r6603):  ribasushi | 2009-06-10 18:08:25 +0200
  Test for type-aware update
  r6607 at Thesaurus (orig r6606):  ribasushi | 2009-06-10 19:57:04 +0200
  Datatype aware update works
  r6609 at Thesaurus (orig r6608):  ribasushi | 2009-06-10 20:06:40 +0200
  Whoops
  r6614 at Thesaurus (orig r6613):  ribasushi | 2009-06-11 09:23:54 +0200
  Add attribute doc
  r6620 at Thesaurus (orig r6619):  ribasushi | 2009-06-11 16:15:53 +0200
  Use equality, not comparison
 
 r5474 at hlagh (orig r6622):  ribasushi | 2009-06-11 10:21:53 -0400
 Changes
 r5486 at hlagh (orig r6635):  ribasushi | 2009-06-11 15:29:10 -0400
 Release 0.08105
 r5487 at hlagh (orig r6636):  frew | 2009-06-11 16:02:11 -0400
 Escape filename so that t\9... won't look like octal
 r5488 at hlagh (orig r6637):  ribasushi | 2009-06-11 16:09:55 -0400
 Adjust tests for the DT::F::MySQL -> DT::F::SQLite change
 r5489 at hlagh (orig r6638):  arcanez | 2009-06-11 16:29:53 -0400
 cookbook tweak for count distinct
 r5490 at hlagh (orig r6639):  ribasushi | 2009-06-11 17:39:12 -0400
 Factor out as_query properly
 r5491 at hlagh (orig r6640):  ribasushi | 2009-06-11 17:50:41 -0400
 Release 0.08106
 r5493 at hlagh (orig r6642):  caelum | 2009-06-11 19:48:28 -0400
 add support for DBICTEST_MSSQL_PERL5LIB to 74mssql.t
 r5497 at hlagh (orig r6647):  timbunce | 2009-06-12 10:27:38 -0400
 Added reference to get_inflated_columns in get_columns docs.
 
 r5510 at hlagh (orig r6661):  ribasushi | 2009-06-13 11:56:54 -0400
 Test resultset serialization as well
 r5511 at hlagh (orig r6662):  ribasushi | 2009-06-13 12:08:14 -0400
 local()ize sqla for in the right place
 r5512 at hlagh (orig r6663):  ribasushi | 2009-06-13 12:10:22 -0400
 Do not use raw sources in {from} - proxy via source handles
 r5514 at hlagh (orig r6665):  ribasushi | 2009-06-13 13:31:55 -0400
 really local()ize for as the author intended
 r5515 at hlagh (orig r6666):  michaelr | 2009-06-13 18:23:15 -0400
 Added documentation for from => $rs->as_query
 
 
 r5516 at hlagh (orig r6667):  caelum | 2009-06-13 19:20:02 -0400
 fix master debug output for ::Replicated
 r5517 at hlagh (orig r6668):  ribasushi | 2009-06-14 04:22:28 -0400
 Release 0.08107
 r5519 at hlagh (orig r6670):  ribasushi | 2009-06-14 05:00:35 -0400
 Lapse in copy() docs
 r5521 at hlagh (orig r6672):  ribasushi | 2009-06-14 05:33:22 -0400
 Forgotten piece of as_query refactor
 r5525 at hlagh (orig r6682):  timbunce | 2009-06-15 10:30:21 -0400
 Added note that column inflation is not performed
 
 r5529 at hlagh (orig r6689):  timbunce | 2009-06-16 09:06:07 -0400
 Removed wording from txn_do that implies the coderef could be executed more than once.
 
 r5530 at hlagh (orig r6690):  timbunce | 2009-06-16 09:14:23 -0400
 Added doc note that txn_commit does not perform an actual storage commit unless 
 there's a DBIx::Class transaction currently in effect
 
 r5531 at hlagh (orig r6691):  timbunce | 2009-06-16 09:40:11 -0400
 Reverted doc patch r6689 for now, sadly. I'll open a ticket to explain.
 
 r5532 at hlagh (orig r6693):  ribasushi | 2009-06-16 11:22:59 -0400
 Fix possible regression with prefetch select resolution
 r5536 at hlagh (orig r6698):  wintrmute | 2009-06-17 04:32:30 -0400
 Replace vague language around whether load_classes/namespaces is preferred,
 with an explanation that load_namespaces() is generally preferred, and explain
 when load_classes is appropriate.
 r5539 at hlagh (orig r6701):  caelum | 2009-06-17 13:50:47 -0400
 fix page with offset bug
 r5546 at hlagh (orig r6703):  ribasushi | 2009-06-18 02:40:18 -0400
 Cleanup attribute handling - I deal with resolved attributes throughout, no point in complicating things further
 r5547 at hlagh (orig r6704):  abraxxa | 2009-06-18 06:30:01 -0400
 added test for nested has_many prefetch without entries
 
 r5549 at hlagh (orig r6706):  ribasushi | 2009-06-18 06:43:36 -0400
 HRI fix
 r5550 at hlagh (orig r6707):  ribasushi | 2009-06-18 08:05:42 -0400
 wtf
 r5559 at hlagh (orig r6713):  caelum | 2009-06-18 19:03:01 -0400
 fix broken link in manual
 r5571 at hlagh (orig r6725):  ribasushi | 2009-06-19 11:25:19 -0400
  r6706 at Thesaurus (orig r6705):  ribasushi | 2009-06-18 12:30:08 +0200
  Branch to attempt prefetch with limit fix
  r6709 at Thesaurus (orig r6708):  ribasushi | 2009-06-18 15:54:38 +0200
  This seems to be the prefetch+limit fix - ugly as hell but appears to work
  r6710 at Thesaurus (orig r6709):  ribasushi | 2009-06-18 16:13:31 +0200
  More comments
  r6717 at Thesaurus (orig r6716):  ribasushi | 2009-06-19 15:39:43 +0200
  single() throws with has_many prefetch
  r6718 at Thesaurus (orig r6717):  ribasushi | 2009-06-19 15:40:38 +0200
  Rename test
  r6719 at Thesaurus (orig r6718):  ribasushi | 2009-06-19 15:44:26 +0200
  cleanup svn attrs
  r6720 at Thesaurus (orig r6719):  ash | 2009-06-19 16:31:11 +0200
  Add extra test for prefetch+has_many
  
  r6721 at Thesaurus (orig r6720):  ribasushi | 2009-06-19 16:33:49 +0200
  no need to slice as use_prefetch already has a limit
  r6722 at Thesaurus (orig r6721):  ribasushi | 2009-06-19 16:36:08 +0200
  throw in an extra limit, sophisticate test a bit
  r6723 at Thesaurus (orig r6722):  ribasushi | 2009-06-19 16:36:54 +0200
  Fix the fix
  r6725 at Thesaurus (orig r6724):  ribasushi | 2009-06-19 17:24:23 +0200
  Fix dubious optimization
 
 r5588 at hlagh (orig r6733):  ribasushi | 2009-06-20 04:16:02 -0400
 todoify skip
 r5590 at hlagh (orig r6735):  ribasushi | 2009-06-20 06:37:52 -0400
 Clarify test
 r5594 at hlagh (orig r6739):  ribasushi | 2009-06-20 09:22:06 -0400
 Disambiguate populate() return
 r5603 at hlagh (orig r6742):  ribasushi | 2009-06-20 17:30:23 -0400
  r6737 at Thesaurus (orig r6736):  ribasushi | 2009-06-20 12:39:34 +0200
  new branch to streamline count() and introduce count_rs()
  r6738 at Thesaurus (orig r6737):  ribasushi | 2009-06-20 12:44:09 +0200
  Add count_rs, move the code back from DBI - leave only sql specific hooks
  r6739 at Thesaurus (orig r6738):  ribasushi | 2009-06-20 12:54:11 +0200
  Test count_rs
  r6742 at Thesaurus (orig r6741):  ribasushi | 2009-06-20 23:30:10 +0200
  More tests and a really working count_rs
 
 r5613 at hlagh (orig r6752):  ribasushi | 2009-06-21 03:00:21 -0400
 Clenaup text
 r5614 at hlagh (orig r6753):  ribasushi | 2009-06-21 08:37:56 -0400
 make_column_dirty fix
 r5617 at hlagh (orig r6755):  ribasushi | 2009-06-21 17:12:40 -0400
 Fix borked test
 r5619 at hlagh (orig r6763):  ribasushi | 2009-06-23 04:33:59 -0400
 Real inheritance ordering for load_namespaces
 r5623 at hlagh (orig r6771):  ribasushi | 2009-06-23 10:46:18 -0400
 Move tests around, add extra has_one relationship
 r5624 at hlagh (orig r6772):  caelum | 2009-06-23 12:36:22 -0400
 add missing ' to doc
 r5665 at hlagh (orig r6780):  ribasushi | 2009-06-24 05:08:02 -0400
 Properly name the relinfo variable
 r5666 at hlagh (orig r6781):  ribasushi | 2009-06-24 06:12:49 -0400
 find_related fix for single-type relationships
 r5667 at hlagh (orig r6782):  nigel | 2009-06-24 11:28:33 -0400
  r11786 at hex:  nigel | 2009-06-24 16:27:58 +0100
  Fixed set_$rel with where restriction deleting rows outside the restriction
 
 r5668 at hlagh (orig r6783):  nigel | 2009-06-24 11:47:31 -0400
  r11788 at hex:  nigel | 2009-06-24 16:47:04 +0100
  Rework of set_$rel patch with less obfuscation
 
 r5691 at hlagh (orig r6788):  ribasushi | 2009-06-25 03:19:10 -0400
 Commit test inspired by joel - it seemingly fails on Mac?
 r5692 at hlagh (orig r6789):  ribasushi | 2009-06-25 05:04:26 -0400
 Minor cleanups
 r5721 at hlagh (orig r6792):  teejay | 2009-06-26 08:43:05 -0400
 normalised artist_id, and plural relationships to plural names making use of alias/relname less ambiguous than relname/tablename being the same, also added a little more info on joining/relationships
 r5722 at hlagh (orig r6793):  tomboh | 2009-06-26 09:25:19 -0400
 Documentation fix:
 - timezone is no longer an extra setting
 - fix a typo of 'subsequently'
 
 r5723 at hlagh (orig r6794):  gphat | 2009-06-26 10:33:35 -0400
 Fix typo in ResultSet docs
 
 r5724 at hlagh (orig r6802):  ribasushi | 2009-06-27 06:39:03 -0400
 Todoified (unsolvable) test from RT#42466
 r5725 at hlagh (orig r6803):  ribasushi | 2009-06-27 06:52:26 -0400
 POD patch from RT#46808
 r5726 at hlagh (orig r6804):  ribasushi | 2009-06-27 07:59:03 -0400
 Adjust sqlt schema parser to add tables in FK dependency order
 r5727 at hlagh (orig r6805):  ribasushi | 2009-06-27 08:08:35 -0400
 Bump author SQLT dependency for early developer testing
 Regenerate SQLite schema with new parser/sqlt
 Use throw_exception in lieu of plain die when possible
 r5735 at hlagh (orig r6812):  castaway | 2009-06-28 00:11:08 -0400
 Tests for grouping with prefetch
 
 r5742 at hlagh (orig r6819):  ribasushi | 2009-06-28 07:00:03 -0400
 The prefetch+group_by is a complex problem - branch
 r5766 at hlagh (orig r6843):  abraxxa | 2009-06-29 05:02:17 -0400
 fixed typo in test
 
 r5779 at hlagh (orig r6847):  ribasushi | 2009-06-29 13:09:00 -0400
 Minor Ordered optimization (don't use count)
 r5787 at hlagh (orig r6855):  caelum | 2009-06-29 17:42:11 -0400
  r5451 at hlagh (orig r6605):  caelum | 2009-06-10 09:23:44 -0700
  new branch to implement on_connect_call
  r5484 at hlagh (orig r6633):  caelum | 2009-06-11 11:03:10 -0700
  on_connect_call implementation and set_datetime_format support for Oracle
  r5492 at hlagh (orig r6641):  caelum | 2009-06-11 16:39:28 -0700
  connect_call_set_datetime_format for Oracle, I have no idea why this didn't get committed before...
  r5504 at hlagh (orig r6655):  caelum | 2009-06-12 17:28:06 -0700
  finished up on_connect_call stuff
  r5507 at hlagh (orig r6658):  caelum | 2009-06-13 04:03:36 -0700
  fixup _setup_connect_do, other minor cleanups
  r5508 at hlagh (orig r6659):  caelum | 2009-06-13 04:35:33 -0700
  make the on_(dis)?connect_do accessors returnn the original structure
  r5509 at hlagh (orig r6660):  caelum | 2009-06-13 08:31:52 -0700
  allow undef for _setup_connect_do
  r5522 at hlagh (orig r6679):  caelum | 2009-06-14 09:56:40 -0700
  rename connect_do store
  r5621 at hlagh (orig r6769):  caelum | 2009-06-23 07:38:33 -0700
  minor doc update
  r5628 at hlagh (orig r6777):  caelum | 2009-06-23 16:36:12 -0700
  properly test nanosecond precision with oracle and datetime_setup
  r5669 at hlagh (orig r6784):  caelum | 2009-06-24 10:49:25 -0700
  IC::DT does support timestamp with timezone
  r5768 at hlagh (orig r6846):  caelum | 2009-06-29 08:20:32 -0700
  remove DateTime from 73oracle.t
  r5781 at hlagh (orig r6849):  caelum | 2009-06-29 13:07:43 -0700
  remove the _store stuff for on_connect_do
  r5785 at hlagh (orig r6853):  ribasushi | 2009-06-29 14:38:30 -0700
  Some beautification
 
 r5802 at hlagh (orig r6870):  ribasushi | 2009-06-30 04:09:03 -0400
 Cleanup dependency handling a bit
 r5806 at hlagh (orig r6874):  ribasushi | 2009-06-30 06:39:06 -0400
 Allow broken resultsource-class-derived objects to still work
 r5807 at hlagh (orig r6875):  ribasushi | 2009-06-30 06:40:46 -0400
 clarify
 r5835 at hlagh (orig r6877):  ash | 2009-06-30 07:48:13 -0400
 Update POD on Dynamic sub-classing
 
 r5837 at hlagh (orig r6882):  ribasushi | 2009-06-30 11:36:38 -0400
  r6815 at Thesaurus (orig r6814):  ribasushi | 2009-06-28 10:32:42 +0200
  Branch to explore double joins on search_related
  r6816 at Thesaurus (orig r6815):  ribasushi | 2009-06-28 10:34:16 +0200
  Thetest case that started it all
  r6817 at Thesaurus (orig r6816):  ribasushi | 2009-06-28 10:35:11 +0200
  The proposed fix (do not add an extra join if it is already present in the topmost join)
  r6818 at Thesaurus (orig r6817):  ribasushi | 2009-06-28 11:04:26 +0200
  Minor omission
  r6819 at Thesaurus (orig r6818):  ribasushi | 2009-06-28 11:07:33 +0200
  Adjust a couple of tests for new behavior (thus all of this might be backwards incompatible to the point of being useless):
  The counts in t/90join_torture.t are now 5*3, not 5*3*3, as a second join is not induced by search_related
  The raw sql scan in t/prefetch/standard.t is just silly, won't even try to understand it
  Just to maintain the TreeLike folding, I add a 3rd children join which was inserted by search_related before the code changes
 
 r5843 at hlagh (orig r6888):  ribasushi | 2009-06-30 13:36:11 -0400
 Todoify test for now
 r5844 at hlagh (orig r6889):  ribasushi | 2009-06-30 13:37:05 -0400
 Todoify test for now (2)
 r5846 at hlagh (orig r6891):  ribasushi | 2009-06-30 13:52:31 -0400
 Todoify test for now (3)
 r5850 at hlagh (orig r6902):  ribasushi | 2009-07-01 02:46:12 -0400
 Fixed deadlock test
 r5851 at hlagh (orig r6903):  ribasushi | 2009-07-01 06:22:00 -0400
 Clarify exception text
 r5854 at hlagh (orig r6906):  ribasushi | 2009-07-01 07:23:46 -0400
  r6821 at Thesaurus (orig r6820):  ribasushi | 2009-06-28 13:09:11 +0200
  Branch for prefetch+group play
  r6823 at Thesaurus (orig r6822):  ribasushi | 2009-06-28 14:38:36 +0200
  Normalize group_by
  r6824 at Thesaurus (orig r6823):  ribasushi | 2009-06-28 14:39:54 +0200
  Proper prefetch+group test
  r6826 at Thesaurus (orig r6825):  ribasushi | 2009-06-28 14:42:48 +0200
  Whoops
  r6828 at Thesaurus (orig r6827):  ribasushi | 2009-06-28 15:06:57 +0200
  Lose the literal sql bits - castaway is right it's silly to support those
  r6833 at Thesaurus (orig r6832):  ribasushi | 2009-06-28 22:38:43 +0200
  Rogue comments
  r6837 at Thesaurus (orig r6836):  ribasushi | 2009-06-29 09:44:25 +0200
  A couple of test fixes
  r6838 at Thesaurus (orig r6837):  ribasushi | 2009-06-29 09:46:13 +0200
  Support for -select/-as in SQLAHacks field selection
  r6839 at Thesaurus (orig r6838):  ribasushi | 2009-06-29 09:49:53 +0200
  This is tested elsewhere
  r6840 at Thesaurus (orig r6839):  ribasushi | 2009-06-29 09:50:43 +0200
  This is tested elsewhere (2)
  r6841 at Thesaurus (orig r6840):  ribasushi | 2009-06-29 10:07:09 +0200
  Test cleanups
  r6842 at Thesaurus (orig r6841):  ribasushi | 2009-06-29 10:11:13 +0200
  Most of the grouped prefetch solution
  r6843 at Thesaurus (orig r6842):  ribasushi | 2009-06-29 10:14:45 +0200
  clearer
  r6845 at Thesaurus (orig r6844):  ribasushi | 2009-06-29 12:05:37 +0200
  And score! (all works)
  r6882 at Thesaurus (orig r6881):  ribasushi | 2009-06-30 16:23:06 +0200
  rs->get_column now properly recognizes prefetch and collapses if at all possible
  r6886 at Thesaurus (orig r6885):  ribasushi | 2009-06-30 17:39:58 +0200
  Whoops
 
 r5857 at hlagh (orig r6909):  ribasushi | 2009-07-01 07:27:15 -0400
 Optimize set_column on uninserted objects
 r5867 at hlagh (orig r6920):  caelum | 2009-07-01 11:40:32 -0400
  r5859 at hlagh (orig r6912):  caelum | 2009-07-01 06:21:30 -0700
  new connected() for dbd::sybase users
  r5860 at hlagh (orig r6913):  caelum | 2009-07-01 06:25:46 -0700
  add a couple of dbd::sybase reconnection tests
  r5861 at hlagh (orig r6914):  caelum | 2009-07-01 06:35:07 -0700
  better connection test
  r5862 at hlagh (orig r6915):  caelum | 2009-07-01 06:45:05 -0700
  use dbh->do for connected instead of prepare_cached
  r5863 at hlagh (orig r6916):  ribasushi | 2009-07-01 06:55:21 -0700
  Segfault
  r5864 at hlagh (orig r6917):  caelum | 2009-07-01 07:03:22 -0700
  use ->do instead of ->prepare_cached in oracle's connected() too
  r5865 at hlagh (orig r6918):  caelum | 2009-07-01 08:20:52 -0700
  fix segfault with old DBD::Sybase
  r5866 at hlagh (orig r6919):  caelum | 2009-07-01 08:39:18 -0700
  move connection tests into _ping()
 
 r5873 at hlagh (orig r6923):  ijw | 2009-07-01 13:34:32 -0400
 Added a test for a resultset to related-resultset join for 0 related records
 r5874 at hlagh (orig r6927):  ijw | 2009-07-01 14:04:16 -0400
 Additional tests on prefetch - illustrates the bug with left-join has_many (NULL row returned) and the one that results from the trivial fix (prefetch gives no artist)
 r5876 at hlagh (orig r6931):  ribasushi | 2009-07-02 02:08:33 -0400
 Another candidate for somethingawful.com (fix left join-ed count)
 r5877 at hlagh (orig r6933):  ribasushi | 2009-07-02 03:04:13 -0400
 Changelog
 r5878 at hlagh (orig r6934):  ribasushi | 2009-07-02 05:23:48 -0400
 cleanup
 r5879 at hlagh (orig r6935):  ijw | 2009-07-02 06:41:01 -0400
 Check fetched rows == count for related resultsets
 r5880 at hlagh (orig r6936):  ijw | 2009-07-02 06:43:47 -0400
 Confirm prefetch doesn't affect main row fetch, and main row fetch works with and without counting
 r5881 at hlagh (orig r6937):  ribasushi | 2009-07-02 06:52:51 -0400
 More fail (fix is known but needs work)
 r5882 at hlagh (orig r6938):  ribasushi | 2009-07-02 07:07:22 -0400
 And more fail
 r5883 at hlagh (orig r6939):  ribasushi | 2009-07-02 07:16:46 -0400
 These tests are in prefetch/count.t
 r5884 at hlagh (orig r6940):  ribasushi | 2009-07-02 07:38:31 -0400
 cleanup
 r5885 at hlagh (orig r6941):  ribasushi | 2009-07-02 07:38:49 -0400
 Solve more prefetch inflation crap
 r5886 at hlagh (orig r6942):  ribasushi | 2009-07-02 07:47:41 -0400
 Make the code readable
 r5887 at hlagh (orig r6943):  ribasushi | 2009-07-02 09:52:35 -0400
 Everything works, just need to fix join-path chaining over search_related (to guard against obscure db quirks)
 r5889 at hlagh (orig r6945):  caelum | 2009-07-02 15:06:32 -0400
 add sybase reconnect test
 r5891 at hlagh (orig r6947):  ribasushi | 2009-07-02 16:20:21 -0400
 Last part of the join handling puzzle
 r5894 at hlagh (orig r6950):  ribasushi | 2009-07-02 18:14:50 -0400
  r6360 at Thesaurus (orig r6359):  arcanez | 2009-05-21 20:18:52 +0200
  branch to work on prefetch/select
  r6361 at Thesaurus (orig r6360):  arcanez | 2009-05-21 20:32:46 +0200
  failing test
  r6373 at Thesaurus (orig r6372):  ribasushi | 2009-05-22 11:07:26 +0200
  Simplify unresolvable test by arcanez
  r6905 at Thesaurus (orig r6904):  ribasushi | 2009-07-01 12:54:03 +0200
  Extend test
  r6950 at Thesaurus (orig r6949):  ribasushi | 2009-07-03 00:14:09 +0200
  Apparent fix - simply delay the in_storage flagging of the main object until all prefetched objects are inflated. The rest of the changes are just cosmetics, preparing for the collapse_result rewrite
 
 r5896 at hlagh (orig r6952):  ribasushi | 2009-07-02 18:17:22 -0400
 Changes
 r5909 at hlagh (orig r6964):  ribasushi | 2009-07-03 07:19:27 -0400
 Add set_ansi_mode on_connect_call for mysql
 Also switch to _do_query instead of plain dbh->do (shows up in the trace)
 r5910 at hlagh (orig r6965):  ribasushi | 2009-07-03 07:37:06 -0400
 Capitalize mysql commands
 r5911 at hlagh (orig r6966):  ribasushi | 2009-07-03 09:07:49 -0400
 Double an existing might_have test as has_one
 r5912 at hlagh (orig r6967):  ribasushi | 2009-07-03 10:36:32 -0400
 Extra test to demonstrate has_one working, and a POD clarification of multicreate
 r5917 at hlagh (orig r6972):  ribasushi | 2009-07-03 14:20:42 -0400
  r6554 at Thesaurus (orig r6553):  frew | 2009-06-09 00:06:42 +0200
  branch for mssql top issues
  r6572 at Thesaurus (orig r6571):  frew | 2009-06-09 23:18:46 +0200
  more tests for SQL Server!
  r6573 at Thesaurus (orig r6572):  frew | 2009-06-09 23:49:10 +0200
  Added AmbiguousGlob.pm for silly servers like mssql and mysql.  See docs for more info
  r6574 at Thesaurus (orig r6573):  frew | 2009-06-09 23:55:22 +0200
  fix plan
  r6602 at Thesaurus (orig r6601):  frew | 2009-06-10 17:03:30 +0200
  more failing tests
  r6608 at Thesaurus (orig r6607):  frew | 2009-06-10 20:05:53 +0200
  don't use eval!
  r6610 at Thesaurus (orig r6609):  frew | 2009-06-10 20:07:49 +0200
  beginning of DWIM for IDENTITY_INSERT
  r6628 at Thesaurus (orig r6627):  frew | 2009-06-11 18:13:02 +0200
  still busted :-(
  r6631 at Thesaurus (orig r6630):  frew | 2009-06-11 19:39:00 +0200
  general function to go from column names and ident to result source
  r6632 at Thesaurus (orig r6631):  frew | 2009-06-11 19:40:11 +0200
  Use new _resolve_column_sources method and begin insert_bulk method
  r6635 at Thesaurus (orig r6634):  frew | 2009-06-11 20:12:38 +0200
  updated _resolve_column_source to _resolve_column_info as per ribasushi's suggestion
  r6650 at Thesaurus (orig r6649):  frew | 2009-06-12 17:13:32 +0200
  Now I just need to check if the actual values are set...
  r6651 at Thesaurus (orig r6650):  frew | 2009-06-12 17:26:53 +0200
  Insert Identity works!
  r6652 at Thesaurus (orig r6651):  frew | 2009-06-12 17:34:13 +0200
  silly warns.
  r6684 at Thesaurus (orig r6683):  frew | 2009-06-15 16:49:00 +0200
  failing test
  r6686 at Thesaurus (orig r6685):  ribasushi | 2009-06-15 18:10:26 +0200
  make all resolved attrs visible to sqla
  r6698 at Thesaurus (orig r6697):  ribasushi | 2009-06-17 02:31:37 +0200
  Half way working stuff, needs a LOT of tweaking still
  r6729 at Thesaurus (orig r6728):  ribasushi | 2009-06-19 19:49:27 +0200
  Merge badness
  r6730 at Thesaurus (orig r6729):  ribasushi | 2009-06-19 19:49:40 +0200
  fix eol
  r6731 at Thesaurus (orig r6730):  ribasushi | 2009-06-19 19:55:47 +0200
  augment inheritance
  r6735 at Thesaurus (orig r6734):  ribasushi | 2009-06-20 10:34:42 +0200
  Maybe I've nailed it
  r6746 at Thesaurus (orig r6745):  ribasushi | 2009-06-20 23:53:55 +0200
  Test and merge fixes
  r6747 at Thesaurus (orig r6746):  ribasushi | 2009-06-21 00:01:09 +0200
  Really fix tests
  r6748 at Thesaurus (orig r6747):  ribasushi | 2009-06-21 00:01:54 +0200
  Really fix tests
  r6749 at Thesaurus (orig r6748):  ribasushi | 2009-06-21 00:18:33 +0200
  Now really final
  r6750 at Thesaurus (orig r6749):  ribasushi | 2009-06-21 00:22:23 +0200
  whoops
  r6751 at Thesaurus (orig r6750):  ribasushi | 2009-06-21 00:42:18 +0200
  That should be all
  r6752 at Thesaurus (orig r6751):  ribasushi | 2009-06-21 08:54:00 +0200
  Make sure quoting works
  r6755 at Thesaurus (orig r6754):  ribasushi | 2009-06-21 15:21:23 +0200
  Groundwork for sanification of the toplimit test
  r6863 at Thesaurus (orig r6862):  ribasushi | 2009-06-30 01:13:49 +0200
  Make sure storage classes use c3, just like the rest of dbic (tested on 5.8 as well)
  r6869 at Thesaurus (orig r6868):  ribasushi | 2009-06-30 09:53:27 +0200
  Some fixes after review
  r6874 at Thesaurus (orig r6873):  ribasushi | 2009-06-30 11:54:34 +0200
  Fix borked next invocation
  r6896 at Thesaurus (orig r6895):  frew | 2009-06-30 21:38:26 +0200
  silly misspells and trailing whitespace
  r6955 at Thesaurus (orig r6954):  ribasushi | 2009-07-03 01:21:28 +0200
  Some hack consolidation
  r6962 at Thesaurus (orig r6961):  ribasushi | 2009-07-03 12:06:57 +0200
  Fix some mssql shortcommings when confronted with the new subequeried prefetch sql
  r6963 at Thesaurus (orig r6962):  ribasushi | 2009-07-03 12:47:57 +0200
  Ask for newer DBD::Pg in author mode, suggest the newer version otherwise (proper array support). Make test more resilient as well
  r6964 at Thesaurus (orig r6963):  ribasushi | 2009-07-03 12:49:16 +0200
  Switch to C3 mro throughout the ::Storage hierarchy (DBIx::Class brings in MRO::Compat, and all ::Storage's are based on it, tested on 5.8
  r6969 at Thesaurus (orig r6968):  ribasushi | 2009-07-03 19:54:04 +0200
  Duh
  r6970 at Thesaurus (orig r6969):  frew | 2009-07-03 19:59:48 +0200
  fix tests for new codez
  r6971 at Thesaurus (orig r6970):  ribasushi | 2009-07-03 20:18:53 +0200
  detabify
  r6972 at Thesaurus (orig r6971):  ribasushi | 2009-07-03 20:20:07 +0200
  changes
 
 r5920 at hlagh (orig r6979):  ribasushi | 2009-07-04 05:34:08 -0400
 Hide devel documentation from the indexer
 r5921 at hlagh (orig r6980):  ribasushi | 2009-07-04 05:37:25 -0400
 Add set_ansi_mode POD
 r5922 at hlagh (orig r6981):  ribasushi | 2009-07-04 05:45:24 -0400
 Backout mysql changes for further polishing
 r5925 at hlagh (orig r6984):  ribasushi | 2009-07-04 06:08:16 -0400
 Missing newline
 r5926 at hlagh (orig r6985):  ribasushi | 2009-07-04 06:11:18 -0400
 typo
 r5927 at hlagh (orig r6986):  ribasushi | 2009-07-04 06:40:47 -0400
 Fix POD
 r5928 at hlagh (orig r6987):  ribasushi | 2009-07-04 07:09:39 -0400
 todos are shorter now
 r5929 at hlagh (orig r6989):  castaway | 2009-07-05 16:00:55 -0400
 Added Pod::Inherit use to Makefile.PL at author-time, comments/suggestions as to whether its too "noisy" welcome.
 
 r5930 at hlagh (orig r6990):  ribasushi | 2009-07-05 18:06:52 -0400
 Couple of makefile fixes:
 use is compile time, use require
 recommends is for distro maintainers only, push the dependency into the authors hash (it is not to be executed by mere mortals)
 
 r5931 at hlagh (orig r6991):  ribasushi | 2009-07-05 18:55:36 -0400
 Forgotten pod exclusions
 r5932 at hlagh (orig r6992):  ribasushi | 2009-07-05 19:07:05 -0400
 Temporarily backout Pod::Inherit changes
 r5933 at hlagh (orig r6993):  ribasushi | 2009-07-05 19:10:22 -0400
 Put Pod::Inherit stuff back after proper copy
 r5941 at hlagh (orig r7009):  ribasushi | 2009-07-09 06:45:02 -0400
  r6995 at Thesaurus (orig r6994):  ribasushi | 2009-07-06 01:12:57 +0200
  Where 08108 will come from
 
 r5959 at hlagh (orig r7027):  caelum | 2009-07-10 17:56:57 -0400
 fix PodInherit call in Makefile.PL
 r5961 at hlagh (orig r7029):  robkinyon | 2009-07-10 18:03:07 -0400
 Applied patch from kados regarding use of a DateTime::Format class to validate
 r5962 at hlagh (orig r7030):  caelum | 2009-07-11 05:26:40 -0400
 reword IC::DT doc patch
 r6009 at hlagh (orig r7037):  dandv | 2009-07-13 08:06:08 -0400
 PK::Auto has moved into Core since 2007
 r6010 at hlagh (orig r7038):  dandv | 2009-07-13 08:15:13 -0400
 Fixed has_many example in Intro.pod
 r6011 at hlagh (orig r7039):  dandv | 2009-07-13 16:58:45 -0400
 Fixed run-on sentences in FAQ
 r6012 at hlagh (orig r7040):  dandv | 2009-07-13 17:18:11 -0400
 Minor POD fixes in Example.pod
 r6013 at hlagh (orig r7041):  dandv | 2009-07-13 17:48:18 -0400
 Favored using ->single to get the topmost result over less readable ->slice(0)
 r6014 at hlagh (orig r7042):  dandv | 2009-07-13 18:56:31 -0400
 Minor POD fixes in Cookbook
 r6015 at hlagh (orig r7045):  ribasushi | 2009-07-14 07:30:55 -0400
 Minor logic cleanup
 r6016 at hlagh (orig r7046):  ribasushi | 2009-07-14 08:07:11 -0400
 grouped prefetch fix
 r6023 at hlagh (orig r7053):  ijw | 2009-07-15 12:55:35 -0400
 Added SQLA link for more comprehensive documentation of order_by options available
 r6026 at hlagh (orig r7056):  caelum | 2009-07-15 18:54:22 -0400
 add "smalldatetime" support to IC::DT
 r6029 at hlagh (orig r7059):  ribasushi | 2009-07-16 00:29:41 -0400
  r7013 at Thesaurus (orig r7012):  jnapiorkowski | 2009-07-09 17:00:22 +0200
  new branch
  r7014 at Thesaurus (orig r7013):  jnapiorkowski | 2009-07-09 20:06:44 +0200
  changed the way transactions are detected for replication to work with the standard way to do this, minor doc updates, fix to the force pool so you can force a particular slave, changes to the way the debugging is created
  r7015 at Thesaurus (orig r7014):  jnapiorkowski | 2009-07-09 20:17:03 +0200
  more changes to the way debug output works
  r7016 at Thesaurus (orig r7015):  jnapiorkowski | 2009-07-09 22:26:47 +0200
  big update to the test suite so that we now check to make sure the storage that was expected was actually used
  r7017 at Thesaurus (orig r7016):  jnapiorkowski | 2009-07-09 23:23:37 +0200
  set correct number of tests, changed the debuggin output to not warn on DDL, minor change to a test resultclass so we can deploy to mysql properly
  r7018 at Thesaurus (orig r7017):  jnapiorkowski | 2009-07-09 23:26:59 +0200
  corrected the number of skipped tests
  r7019 at Thesaurus (orig r7018):  jnapiorkowski | 2009-07-09 23:52:22 +0200
  fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that I might need to delegate.
  r7020 at Thesaurus (orig r7019):  jnapiorkowski | 2009-07-10 01:23:07 +0200
  some documention updates and changed the way we find paths for the sqlite dbfiles to use File::Spec, which I hope will solve some of the Win32 error messages
  r7023 at Thesaurus (orig r7022):  jnapiorkowski | 2009-07-10 18:00:38 +0200
  pod cleanup, fixed broken pod links, and new Introduction pod
  r7024 at Thesaurus (orig r7023):  jnapiorkowski | 2009-07-10 19:10:57 +0200
  updated Changes file to reflect work completed
  r7025 at Thesaurus (orig r7024):  jnapiorkowski | 2009-07-10 19:37:53 +0200
  a few more Moose Type related fixes and added diag to the replication test to report the moose and types version used, to help us debug some of the moose related errors being reported
  r7058 at Thesaurus (orig r7057):  ribasushi | 2009-07-16 06:28:44 +0200
  A couple of typos, and general whitespace cleanup (ick)
 
 r6031 at hlagh (orig r7062):  jnapiorkowski | 2009-07-16 11:03:32 -0400
 increased Moose version requirements due to changes in the way type constraints get validated, which is not backwardly compatible
 r6032 at hlagh (orig r7063):  dandv | 2009-07-16 21:37:28 -0400
 Minor POD grammar: it's -> its where appropriate
 r6075 at hlagh (orig r7074):  tomboh | 2009-07-20 12:20:37 -0400
 Fix POD changes from r7040.
 r6081 at hlagh (orig r7077):  norbi | 2009-07-20 18:59:30 -0400
 
 r6082 at hlagh (orig r7078):  norbi | 2009-07-20 18:59:58 -0400
  r7232 at vger:  mendel | 2009-07-21 00:58:12 +0200
  Fixed documentation and added test for the "Arbitrary SQL through a custom ResultSource" Cookbook alternate (subclassing) recipe.
 
 r6083 at hlagh (orig r7079):  norbi | 2009-07-20 19:05:32 -0400
  r7235 at vger:  mendel | 2009-07-21 01:05:18 +0200
  Fixed 'typo' (removed a word that I left there by accident).
 
 r6084 at hlagh (orig r7080):  norbi | 2009-07-21 04:06:21 -0400
  r7237 at vger:  mendel | 2009-07-21 10:06:05 +0200
  Fixing what my svk client screwed up.
 
 r6085 at hlagh (orig r7081):  caelum | 2009-07-21 10:51:55 -0400
 update Storage::Replicated prereqs
 r6086 at hlagh (orig r7082):  caelum | 2009-07-21 12:16:34 -0400
 show Oracle datetime_setup alter session statements in debug output
 r6088 at hlagh (orig r7085):  ribasushi | 2009-07-21 21:50:57 -0400
 Lazy folks do not run the whole test suite before merging >:( 
 r6287 at hlagh (orig r7097):  caelum | 2009-07-23 14:14:11 -0400
  r6092 at hlagh (orig r7090):  caelum | 2009-07-23 08:24:39 -0400
  new branch for fixing the MONEY type in MSSQL
  r6093 at hlagh (orig r7091):  caelum | 2009-07-23 08:34:01 -0400
  add test
  r6283 at hlagh (orig r7093):  caelum | 2009-07-23 10:31:08 -0400
  fix money columns
  r6284 at hlagh (orig r7094):  caelum | 2009-07-23 10:34:06 -0400
  minor change
  r6285 at hlagh (orig r7095):  caelum | 2009-07-23 11:01:37 -0400
  add test for updating money value to NULL
  r6286 at hlagh (orig r7096):  caelum | 2009-07-23 14:09:26 -0400
  add money type tests to dbd::sybase+mssql tests
 


/home/catalyst/bin/commit-email.pl: `/usr/bin/svnlook diff /home/catalyst/var/svn/bast -r 7103' failed with this output:

Property changes on: DBIx-Class/0.08/branches/async_storage
___________________________________________________________________
Name: svk:merge
   - 168d5346-440b-0410-b799-f706be625ff1:/DBIx-Class-current:2207
462d4d0c-b505-0410-bf8e-ce8f877b3390:/local/bast/DBIx-Class:3159
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/branches/resultsetcolumn_custom_columns:5160
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/branches/sqla_1.50_compat:5414
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/trunk:5969
9c88509d-e914-0410-b01c-b9530614cbfe:/local/DBIx-Class:32260
9c88509d-e914-0410-b01c-b9530614cbfe:/local/DBIx-Class-CDBICompat:54993
9c88509d-e914-0410-b01c-b9530614cbfe:/vendor/DBIx-Class:31122
ab17426e-7cd3-4704-a2a2-80b7c0a611bb:/local/dbic_column_attr:10946
ab17426e-7cd3-4704-a2a2-80b7c0a611bb:/local/dbic_trunk:11142
bd5ac9a7-f185-4d95-9186-dbb8b392a572:/local/os/bast/DBIx-Class/0.08/trunk:2798
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/belongs_to_null_col_fix:5244
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/cdbicompat_integration:4160
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/column_attr:5074
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/complex_join_rels:4589
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/count_distinct:6218
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/diamond_relationships:6310
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/file_column:3920
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/fix-update-and-delete-as_query:6162
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/joined_count:6323
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/multi_stuff:5565
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/on_disconnect_do:3694
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/oracle-tweaks:6222
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/oracle_sequence:4173
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/parser_fk_index:4485
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/prefetch:5699
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/replication_dedux:4600
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/rt_bug_41083:5437
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/savepoints:4223
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sqla_1.50_compat:5321
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/storage-ms-access:4142
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/storage-tweaks:6262
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/subclassed_rsset:5930
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/subquery:5617
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sybase:5651
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sybase_mssql:6125
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/versioned_enhancements:4125
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/versioning:4578
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/views:5585
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-C3:318
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-current:2222
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-joins:173
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-resultset:570
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/datetime:1716
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/find_compat:1855
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/find_unique_query_fixes:2142
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/inflate:1988
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/many_to_many:2025
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/re_refactor_bugfix:1944
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/reorganize_tests:1827
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset-new-refactor:1766
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset_2_electric_boogaloo:2175
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset_cleanup:2102
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/sqlt_tests_refactor:2043
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/trunk/DBIx-Class:3606
fe160bb6-dc1c-0410-9f2b-d64a711b54a5:/local/DBIC-trunk-0.08:10510
   + 168d5346-440b-0410-b799-f706be625ff1:/DBIx-Class-current:2207
462d4d0c-b505-0410-bf8e-ce8f877b3390:/local/bast/DBIx-Class:3159
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/branches/resultsetcolumn_custom_columns:5160
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/branches/sqla_1.50_compat:5414
4d5fae46-8e6a-4e08-abee-817e9fb894a2:/local/bast/DBIx-Class/0.08/trunk:7237
9c88509d-e914-0410-b01c-b9530614cbfe:/local/DBIx-Class:32260
9c88509d-e914-0410-b01c-b9530614cbfe:/local/DBIx-Class-CDBICompat:54993
9c88509d-e914-0410-b01c-b9530614cbfe:/vendor/DBIx-Class:31122
ab17426e-7cd3-4704-a2a2-80b7c0a611bb:/local/dbic_column_attr:10946
ab17426e-7cd3-4704-a2a2-80b7c0a611bb:/local/dbic_trunk:11788
bd5ac9a7-f185-4d95-9186-dbb8b392a572:/local/os/bast/DBIx-Class/0.08/trunk:2798
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/belongs_to_null_col_fix:5244
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/cdbicompat_integration:4160
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/column_attr:5074
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/complex_join_rels:4589
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/count_distinct:6218
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/count_rs:6741
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/diamond_relationships:6310
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/file_column:3920
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/fix-update-and-delete-as_query:6162
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/grouped_prefetch:6885
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/joined_count:6323
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/mssql_money_type:7096
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/mssql_top_fixes:6971
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/multi_stuff:5565
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/mystery_join:6589
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/new_replication_transaction_fixup:7058
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/on_connect_call:6854
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/on_disconnect_do:3694
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/oracle-tweaks:6222
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/oracle_sequence:4173
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/order_by_refactor:6475
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/parser_fk_index:4485
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/prefetch:5699
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/prefetch_limit:6724
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/replication_dedux:4600
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/rsrc_in_storage:6577
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/rt_bug_41083:5437
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/savepoints:4223
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/search_related_prefetch:6818
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sqla_1.50_compat:5321
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/storage-ms-access:4142
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/storage-tweaks:6262
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/subclassed_rsset:5930
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/subquery:5617
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/syb_connected:6919
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sybase:5651
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/sybase_mssql:6125
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/top_limit_altfix:6429
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/type_aware_update:6619
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/unresolvable_prefetch:6949
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/versioned_enhancements:4125
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/versioning:4578
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/branches/views:5585
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/tags/0.08108_prerelease_please_do_not_pull_into_it:7008
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/DBIx-Class/0.08/trunk:7097
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-C3:318
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-current:2222
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-joins:173
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class-resultset:570
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/datetime:1716
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/find_compat:1855
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/find_unique_query_fixes:2142
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/inflate:1988
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/many_to_many:2025
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/re_refactor_bugfix:1944
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/reorganize_tests:1827
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset-new-refactor:1766
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset_2_electric_boogaloo:2175
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/resultset_cleanup:2102
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/branches/DBIx-Class/sqlt_tests_refactor:2043
bd8105ee-0ff8-0310-8827-fb3f25b6796d:/trunk/DBIx-Class:3606
fe160bb6-dc1c-0410-9f2b-d64a711b54a5:/local/DBIC-trunk-0.08:10510

svnlook: Can't write to file '/tmp/svnlook.1/DBIx-Class/0.08/branches/async_storage/Changes': No space left on device



More information about the Bast-commits mailing list