Commit graph

414 commits

Author SHA1 Message Date
Woody Gilk 9c5e66f011 Tracking kohana-core changes 2009-07-09 10:20:11 -05:00
Woody Gilk 17b5ab6897 Tracking kohana-database changes 2009-07-09 09:55:15 -05:00
Woody Gilk e90ddc99cf Tracking kohana-database changes 2009-07-07 19:19:31 -05:00
Woody Gilk ab94d6c0b6 Tracking kohana-core changes 2009-07-07 17:14:05 -05:00
Woody Gilk 55ea5bff61 Tracking kohana-core changes 2009-07-07 17:02:20 -05:00
Woody Gilk 8807f8be80 Tracking kohana-core changes 2009-07-06 22:38:25 -05:00
Woody Gilk ce6d4943c7 Tracking kohana-core changes 2009-07-06 22:29:08 -05:00
Woody Gilk 4fcbdca2bb Tracking kohana-image changes 2009-07-06 22:27:21 -05:00
Woody Gilk 5c70f1ca3e Tracking kohana-core changes 2009-07-06 22:27:09 -05:00
Woody Gilk 81643e9fa8 Tracking kohana-database changes 2009-07-06 21:20:27 -05:00
Woody Gilk 5160fd9665 Tracking kohana-database changes 2009-07-06 21:13:58 -05:00
Woody Gilk 5ba5b3ae3c Tracking kohana-core changes 2009-07-06 17:29:06 -05:00
Woody Gilk b74848471b Tracking kohana-core changes 2009-07-05 10:58:20 -05:00
Woody Gilk ef3429cdc9 Tracking kohana-database changes 2009-07-05 10:57:47 -05:00
Woody Gilk 443420eb1c Tracking kohana-database changes 2009-07-05 10:53:19 -05:00
Woody Gilk f573c6eea6 Updated comments on modules in bootstrap.php 2009-07-03 12:32:25 -05:00
Woody Gilk 5783c83c57 Tracking kohana-core changes 2009-07-02 13:23:28 -05:00
Woody Gilk 6b37d7cef5 Tracking kohana-image changes 2009-07-02 12:50:01 -05:00
Woody Gilk a1d35b737e Tracking kohana-image changes 2009-07-02 11:48:22 -05:00
Woody Gilk 06050cd722 Tracking kohana-image changes 2009-07-01 17:44:16 -05:00
Woody Gilk 9f9949b358 Tracking changes to kohana-core 2009-07-01 14:32:03 -05:00
Woody Gilk 8f5ac5527b Tracking changes to kohana-image 2009-07-01 14:31:54 -05:00
Woody Gilk e8730a5e47 Tracking kohana-core changes 2009-06-27 10:19:18 -05:00
Woody Gilk fa5a3aa536 Tracking kohana-core changes 2009-06-26 20:06:59 -05:00
Woody Gilk 1f739bf3a0 Tracking kohana-database changes 2009-06-26 16:18:25 -05:00
Woody Gilk f2d384a805 Tracking kohana-database and kohana-core changes 2009-06-26 13:43:16 -05:00
Woody Gilk 9bd02ea8cb Tracking kohana-todoist changes 2009-06-25 13:12:44 -05:00
Woody Gilk 6fec7f72e1 Tracking kohana-todoist changes 2009-06-25 13:10:51 -05:00
Woody Gilk 24856a530c Tracking changes to kohana-database 2009-06-24 10:13:35 -05:00
Woody Gilk 153d29334b Tracking kohana-core changes 2009-06-24 09:49:47 -05:00
Woody Gilk 860210bfd5 Tracking changes to kohana-core 2009-06-24 09:28:19 -05:00
Woody Gilk c600575d57 Started tracking shadowhand/kohana-core for the system/ directory 2009-06-23 09:56:13 -05:00
Woody Gilk f33b47d5ef Removed system/ directory to track it as a submodule 2009-06-23 09:54:59 -05:00
Woody Gilk d75ff79d28 Tracking changes to kohana-pagination 2009-06-23 08:14:28 -05:00
Woody Gilk d773dde1c2 Started tracking kohana-database as a submodule 2009-06-23 08:11:46 -05:00
Woody Gilk b11ecdff36 Removed database module to link it via a submodule 2009-06-23 08:10:05 -05:00
Woody Gilk 0c32b44e8b Fixing some syntax errors that were hiding 2009-06-22 17:10:19 -05:00
Woody Gilk f0af0229aa Added Database_Query_Builder_Delete 2009-06-22 16:44:07 -05:00
Woody Gilk 015a812be6 Added Database_Query_Builder_Update 2009-06-22 16:44:07 -05:00
Woody Gilk f471e7d803 Added Database_Query_Builder_Where, abstract base class for query builder classes that support WHERE statements, switch Database_Query_Builder_Select to extend the new class 2009-06-22 16:43:47 -05:00
Woody Gilk 7c7cd8af3a Cleaned up Database_Query_Builder_Insert->compile() 2009-06-22 16:43:47 -05:00
Woody Gilk 3832829f13 Updated Database_MySQL to do profiling for query() calls (not in Database_Query, duh!) 2009-06-22 15:27:02 -05:00
Woody Gilk b5a198a825 Updated Database_Query to include the SQL compiliation as part of the benchmark time/memory usage 2009-06-22 15:27:02 -05:00
Woody Gilk 8b93b497d5 Mistake! The columns part of an INSERT must always be present, even when using an INSERT INTO ... SELECT query 2009-06-22 14:54:18 -05:00
Woody Gilk 3cea136637 Updated Database_Query_Builder_Insert to allow INSERT INTO ... SELECT combinations 2009-06-22 14:47:57 -05:00
Woody Gilk fefceb953d Updated Database quoting, instances of Database_Query should call compile() rather than forcing __toString() to be called, so that the correct instance ($this) is always used 2009-06-22 14:47:57 -05:00
Woody Gilk 4434e15533 Updated Database_Query, added type() to get the current query type, added missing comments, and changed compile() to always require a Database instance to be passed 2009-06-22 14:47:46 -05:00
Woody Gilk fc29f9c04b Cleaned up Database_Query_Builder_Select comments and optimized array_map() calls in compile() 2009-06-22 13:20:35 -05:00
Woody Gilk 9af0fd6a92 Updated Database_Query_Builder_Insert: added support for multiple inserts, moved setting the columns to __construct() and added columns() method, fixed compile() quoting, removed set(), and cleaned up comments 2009-06-22 13:19:23 -05:00
Woody Gilk 006b1fde76 Removed Database_Query->resplace() because it is a nasty hack 2009-06-22 13:14:40 -05:00