Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-05-15 | Revert "Verify that where() clauses are well formed. Fixes #1865." | Bharat Mediratta | |
This reverts commit 6a6b3f90f36293a40cba091c3ac387abb64f3c1a. | |||
2012-05-14 | Verify that where() clauses are well formed. Fixes #1865. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2010-01-08 | Change merge_where() and merge_or_where() to ignore empty tuples so that ↵ | Bharat Mediratta | |
chaining is easier. | |||
2009-12-22 | Convert tabs to spaces. Enough to get the file structure test to | Bharat Mediratta | |
pass, but not really the Gallery coding convention -- this is a compatibility class though. | |||
2009-12-22 | Add merge_or_where() to MY_Datatabase_Builder and use that instead of | Bharat Mediratta | |
or_where() for compatibility and convenience. Caught by failing unit tests. | |||
2009-12-21 | Fix preambles, and fix the File_Structure_Test to be more lenient | Bharat Mediratta | |
because of preamble variation in K24. | |||
2009-12-21 | Update database tests for K24. Use a mock database that we load | Bharat 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-26 | Overload Database_Builder to add merge_where() which takes predefined | Bharat 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-26 | Add kohana23_compat module to bring along functionality that got | Bharat Mediratta | |
deleted, but we still want. Start off with the Pagination library. |