dbsrgits/DBIx-Class.git
2009-05-30 Peter Rabbitson Add changes
2009-05-30 Peter Rabbitson Evil hack to make Carp::Clan work throughout SQLA as...
2009-05-30 Peter Rabbitson Greatly simplify _order_by override to fallback on...
2009-05-30 Peter Rabbitson Restructure bind tests
2009-05-30 Peter Rabbitson TODOify some of the order with bind tests
2009-05-30 Moritz Onken order_by tests
2009-05-30 Peter Rabbitson Add better error reporting on bulk_insert (ash++)
2009-05-30 Peter Rabbitson Patch + test for more informative exceptions on load_na...
2009-05-28 Peter Rabbitson Fix multiprefetch warning - we can now count properly
2009-05-28 Peter Rabbitson Commit rather useless but already written mysql test...
2009-05-26 Peter Rabbitson Release 0.08103 v0.08103
2009-05-26 Peter Rabbitson Attempt to reproduce reported mysql error (failed)...
2009-05-26 Peter Rabbitson fix comments
2009-05-26 Peter Rabbitson Minor fixes of the return value of rs->update/delete
2009-05-26 Peter Rabbitson Fix test skip message
2009-05-26 Peter Rabbitson Merge 'top_limit_altfix' into 'trunk'
2009-05-26 Ash Berlin Fix 'timestamp with time zone' columns for IC::DT inflation
2009-05-26 Peter Rabbitson TODOified test for RT#40701
2009-05-25 Peter Rabbitson This method does not exist anymore
2009-05-25 Tom Hukins Small documentation improvement: link to a documented...
2009-05-25 Peter Rabbitson Too much logic for no benefit - always populate _virtua...
2009-05-25 Peter Rabbitson Actually don't need this anymore
2009-05-25 Peter Rabbitson Merge 'top_limit_tweaks' into 'top_limit_altfix'
2009-05-25 Peter Rabbitson The Top limit emulation bundled with SQLA::Limit assume...
2009-05-25 Peter Rabbitson Define how Top limit emulation should behave
2009-05-25 Peter Rabbitson Forgotten podcoverage override
2009-05-25 Peter Rabbitson Move the DB2 Limit syntax setting into the storage...
2009-05-25 Peter Rabbitson Factor out the order_by sqlahacks resolver
2009-05-24 Rafael Kitover added test to make sure only one connection to ODBC...
2009-05-24 Rafael Kitover fix double connect for ODBC/MSSQL
2009-05-24 Peter Rabbitson Switch around inheritance of MSSQL drivers, remove...
2009-05-24 Peter Rabbitson Failing test about warnings triggered in SQLA::Limit...
2009-05-24 Peter Rabbitson eol adjustments
2009-05-24 Peter Rabbitson Deprecate ::DBI::Sybase::MSSQL
2009-05-24 Peter Rabbitson SUPER is so last century
2009-05-24 Peter Rabbitson Make sure we do not clobber search attributes when...
2009-05-24 Peter Rabbitson MSSQL through ODBC does not like unfinished statements...
2009-05-23 Peter Rabbitson Extend distinct deprecation tests and clarify warnings
2009-05-23 Peter Rabbitson update changes
2009-05-23 Peter Rabbitson Make sure MultiColumnIn quotes column names while mungi...
2009-05-23 Rafael Kitover minor clean up
2009-05-23 Peter Rabbitson Extra test and count fixes for prefetch + distinct
2009-05-23 Rafael Kitover revert last Sybase changes
2009-05-23 Rafael Kitover hide internal Sybase classes from PAUSE
2009-05-23 Rafael Kitover Sybase bindvar and IC::DT support
2009-05-23 Peter Rabbitson Add storage component of multipk resultset update/delet...
2009-05-23 Peter Rabbitson Tests and test schema adjustments for resultset update...
2009-05-23 Rafael Kitover Sybase autopk, and a test, no limit support yet
2009-05-23 Peter Rabbitson Refactor rs_update_delete (too many methods for no...
2009-05-22 Ash Berlin Make distinct calculate columns *after* prefetch has...
2009-05-22 Rafael Kitover ::Replicated -- check for master rebless and reapply...
2009-05-22 Peter Rabbitson duh
2009-05-22 Peter Rabbitson Some attributes require a grouped count subquery, some...
2009-05-22 Peter Rabbitson Extend DB2 test
2009-05-22 Rafael Kitover fix limit for DB2
2009-05-22 Rafael Kitover comment addition
2009-05-22 Rafael Kitover add some support for trying to determine storage driver...
2009-05-21 Peter Rabbitson Duh, no point of having ordered subqueries while counti...
2009-05-21 Peter Rabbitson Clarify usage of _resolved_attrs by adding the explicit...
2009-05-20 Peter Rabbitson on_connect_do now accepts a single string like it does...
2009-05-20 Peter Rabbitson Switch as_query testing to direct specification in...
2009-05-20 Peter Rabbitson POD fixes
2009-05-20 Arthur Axel... fix test for people with spaces in path
2009-05-20 Justin Hunter fix for sql functions in group_by
2009-05-20 Justin Hunter update to Changes
2009-05-20 Peter Rabbitson More explicit attribute deletion/detection - a lof...
2009-05-20 Peter Rabbitson Make sure we always work with resolved rs attributes...
2009-05-20 Peter Rabbitson Add explicit grouping for rs update/delete operations...
2009-05-20 Peter Rabbitson Bring back the old code from resolve_prefetch so ash...
2009-05-20 Peter Rabbitson detect/purge having bind for compeleteness
2009-05-20 Peter Rabbitson Make joined rs counts backwards compatible - we do...
2009-05-20 Rafael Kitover add test for distinct result of sql function
2009-05-20 Rafael Kitover add mysql lost password faq
2009-05-20 Dan Dascalescu Tiny POD formatting fix
2009-05-19 Peter Rabbitson Simplify __count() - explicitly specify which attribute...
2009-05-19 Peter Rabbitson Make podcoverage happy (deprecated, undocumented methods)
2009-05-19 Peter Rabbitson Adjust dependencies - most of them pull in bugfixes
2009-05-19 Peter Rabbitson Merge 'joined_count' into 'trunk'
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-19 Peter Rabbitson Make sure pg test can restart after half-way failures
2009-05-19 Alexander Hartmaier added test for total_entries on a paged resultset
2009-05-19 Peter Rabbitson Make select always equal group by on count subqueries
2009-05-19 Justin Hunter I think I got it right this time
2009-05-19 Justin Hunter doc patch per amiri
2009-05-18 Arthur Axel... I contributed!
2009-05-18 Arthur Axel... Merge 'trunk' into 'joined_count'
2009-05-18 Arthur Axel... cleanup for ribasushi
2009-05-18 Peter Rabbitson Merge 'diamond_relationships' into 'trunk'
2009-05-18 Arthur Axel... Test to show top limit grouping problem
2009-05-18 Peter Rabbitson Merge 'trunk' into 'top_limit_tweaks'
2009-05-18 Peter Rabbitson Require bugfixed sqla
2009-05-18 Peter Rabbitson Failing tests go to branches
2009-05-18 Arthur Axel... Test to show problem
2009-05-18 Peter Rabbitson pager optimization
2009-05-18 Peter Rabbitson Merge 'trunk' into 'joined_count'
2009-05-18 Arthur Axel... Fix order by clauses for MSSQL
2009-05-18 Peter Rabbitson Add a comment about a small resolve_join omission
2009-05-17 Peter Rabbitson Fixes for the diamond-relationship prefetch/join problem
2009-05-17 Peter Rabbitson Merge 'trunk' into 'diamond_relationships'
2009-05-16 Peter Rabbitson Rewrite SqlMakerTest to fully depend on SQLA::Test
next