Sean Harvey
|
bb9ffd2eb1
|
ENHANCEMENT SQLQuery::selectField() returns a SQLQuery object to be
consistent with how the other add/set methods work.
MINOR Fixing DbDatetimeTest to use the correct selectField to select an
alias
|
2012-05-07 16:59:42 +12:00 |
|
Sean Harvey
|
051d9de482
|
API CHANGE Deprecated internal access to SQLQuery properties, update core code to reflect these changes.
Using set/add instead in accessor methods, and use Database::sql*ToString() to allow easier per-database adapter SQL overloading.
|
2012-05-07 14:21:44 +12:00 |
|
Sam Minnee
|
2207e3d978
|
API CHANGE: Add SQLQuery::prepareSelect(), to further remove the need for direct property access.
API CHANGE: Change the format of SQLQuery::$select to use aliases as keys.
|
2012-05-01 18:15:11 +12:00 |
|
Simon Welsh
|
f8082e4814
|
MINOR Add newline to end of files without one
|
2012-04-15 10:50:19 +12:00 |
|
Fred Condo
|
82bb12b5d3
|
MINOR: Explicitly declare $adapter in DbDatetimeTest
|
2012-03-27 10:28:10 -07:00 |
|
Ingo Schommer
|
cc61551dae
|
MINOR Using raw SQL queries in DBDatetimeTest as SQLQuery returns false if no explicit FROM part is provided (previously working API was broken in 4171015d )
|
2011-10-07 14:12:52 +02:00 |
|
Ingo Schommer
|
908eeb4811
|
MINOR Fixed SQL quoting in DbDatetimeTest (broke PostgreSQL)
|
2011-05-31 08:18:50 +12:00 |
|
Ingo Schommer
|
11b409aac8
|
MINOR Using SQLQuery wrapper in DbDatetimeTest to provide better cross-db support, specifically correct LIMIT syntax in MSSQL (previously broken in a9b13509 )
|
2011-05-19 11:38:43 +12:00 |
|
Ingo Schommer
|
2870eb9212
|
MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests
|
2011-03-30 23:04:48 +13:00 |
|
Ingo Schommer
|
a9b13509d2
|
MINOR Removed dependency on SiteTree in various unit tests
|
2011-03-29 18:07:58 +13:00 |
|
Sean Harvey
|
9ac991636e
|
MINOR Merged r113933,113936-113937 from branches/2.4
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@114001 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-11-22 02:02:11 +00:00 |
|
Sam Minnee
|
7d09ef3e60
|
MINOR Change matchesRoughly threshold slightly in DbDatetimeTest to allow for slower database server connections (from r111821)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112924 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-19 04:55:50 +00:00 |
|
Ingo Schommer
|
4c1938fabd
|
MINOR Added DbDatetimeTest cases to sapphire (these were previously in the sqlite3 module, but they actually test core Database functionality) (from r105196)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112443 467b73ca-7a2a-4603-9d3b-597d59a354a9
|
2010-10-15 01:28:43 +00:00 |
|