summaryrefslogtreecommitdiff
path: root/modules/kohana23_compat
AgeCommit message (Collapse)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-15Revert "Verify that where() clauses are well formed. Fixes #1865."Bharat Mediratta
This reverts commit 6a6b3f90f36293a40cba091c3ac387abb64f3c1a.
2012-05-14Verify that where() clauses are well formed. Fixes #1865.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-08Change merge_where() and merge_or_where() to ignore empty tuples so that ↵Bharat Mediratta
chaining is easier.
2009-12-22Convert tabs to spaces. Enough to get the file structure test toBharat Mediratta
pass, but not really the Gallery coding convention -- this is a compatibility class though.
2009-12-22Add merge_or_where() to MY_Datatabase_Builder and use that instead ofBharat Mediratta
or_where() for compatibility and convenience. Caught by failing unit tests.
2009-12-21Fix preambles, and fix the File_Structure_Test to be more lenientBharat Mediratta
because of preamble variation in K24.
2009-12-21Update database tests for K24. Use a mock database that we loadBharat Mediratta
through the framework so that we're properly testing the Database_Builder, it's a lot cleaner than what we had before.
2009-11-26Overload Database_Builder to add merge_where() which takes predefinedBharat Mediratta
where clauses and adds them to the existing query. Update all existing queries that take an additional where clause to use it.
2009-11-26Add kohana23_compat module to bring along functionality that gotBharat Mediratta
deleted, but we still want. Start off with the Pagination library.