Commit graph

752 commits

Author SHA1 Message Date
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
Woody Gilk 0a896d8c7f Fixing a syntax error in Database_Query->parameters() 2009-06-22 13:14:18 -05:00
Woody Gilk 6f019a6068 This should have been commited with 70113fa770 2009-06-22 12:11:46 -05:00
Woody Gilk 397ef2aec5 Added missing SYSPATH security checks, fixes #31 2009-06-22 12:08:27 -05:00
Woody Gilk 70113fa770 Added Route::$default_action to allow actions besides "index" to be used as the default, an no longer require the "action" parameter to be passed to Route::defaults(), which will prevent reverse routing from always adding the action 2009-06-22 12:03:52 -05:00
Woody Gilk d490efe275 Route::get() now throws an exception when the specified route does not exist, rather than returning FALSE, for proper errors 2009-06-22 12:01:05 -05:00
Woody Gilk 7b3d593153 Removing the "$value = NULL" from where() methods, to prevent ambiguity about how where() methods are called 2009-06-22 11:56:55 -05:00
Woody Gilk 6ba8c262af Updated JOIN support in Database_Query_Builder_Select, added on() method 2009-06-22 11:42:17 -05:00
Woody Gilk 6c8e840319 Added Database_Query_Builder_Join as a wrapper for JOIN statements and completed Database_Query_Builder::compile_join() 2009-06-22 11:39:37 -05:00
Woody Gilk 892f2c8d14 Trying to quote a variable that doesn't exist, fixes #30 2009-06-21 07:44:42 -05:00
Woody Gilk ca656e0ac5 Fixing database configuration, fixes #29 2009-06-20 13:32:34 -05:00
Woody Gilk cd77b4eb7d Cleaning up comments in Database_Result 2009-06-20 13:28:44 -05:00
Woody Gilk 4f9bae789e Tracking changes to modules/codebench 2009-06-20 13:27:30 -05:00