Commit Graph

213 Commits

Author SHA1 Message Date
Aaron Cooper
6eafa1dfdb Force PostgresSQLDatabaseTest
From Framework 3.2 onwards, unit tests are run on the main DB unless the objects are created via fixtures or the $usesDatabase property of SapphireTest are used. This test creates two pages programatically and they appear in the main sitetree after running the test.
2017-02-13 15:19:55 +13:00
Daniel Hensby
a0b9010b90 Merge pull request #61 from kinglozzer/fix-seek-pt2
FIX: PostgreSQLQuery::seek() returning indexed array instead of associative
2017-01-13 11:31:49 +00:00
Loz Calver
b5214def7c FIX: PostgreSQLQuery::seek() returning indexed array instead of associative 2017-01-13 11:04:01 +00:00
Damian Mooyman
33e97cc49f Merge pull request #60 from kinglozzer/fix-seek
FIX: PostgreSQLQuery::seek() failed to return a row
2017-01-13 09:05:46 +13:00
Loz Calver
72ca91981f FIX: PostgreSQLQuery::seek() failed to return a row 2017-01-12 16:19:27 +00:00
Daniel Hensby
d3d2875012
FIX BigIng bug with default clause 2016-11-10 00:21:28 +00:00
Damian Mooyman
f2ba2f6717 BUG Fix reference to obsolete API (#59) 2016-10-28 16:50:09 +13:00
Damian Mooyman
a5738dbfd1 BUG Fix installer for 4.0 (#58) 2016-10-26 14:24:00 +13:00
Damian Mooyman
d8aab6383e Rename SS_ prefixed classes (#57) 2016-09-09 15:47:01 +12:00
Ingo Schommer
69a0f136a1 Merge pull request #56 from open-sausages/pulls/4.0/namespace-everything
Fix injector reference
2016-09-08 17:19:47 +12:00
Damian Mooyman
8c1014b849 Fix injector reference 2016-09-08 17:16:32 +12:00
Ingo Schommer
38dcdff18e Merge pull request #55 from open-sausages/pulls/4.0/namespace-everything
Update for framework namespacing
2016-09-08 16:11:26 +12:00
Damian Mooyman
fc915b856a Update for framework namespacing 2016-09-01 16:22:17 +12:00
Daniel Hensby
7d23f2c97d Merge pull request #53 from open-sausages/pulls/4.0/namespace-cms
Update for SilverStripe\CMS namespace
2016-08-12 12:28:14 +01:00
Damian Mooyman
586fbce1e8 Update for SilverStripe\CMS namespace 2016-08-12 10:28:47 +12:00
Damian Mooyman
e2096d690c Suppress upgrade of certain strings 2016-07-05 16:27:31 +12:00
Sam Minnée
eadb7ac352 Merge pull request #52 from open-sausages/pulls/namespace
Update for namespaced changes
2016-07-04 15:46:24 +12:00
Damian Mooyman
6568b41550
Update phpunit version 2016-07-04 15:11:06 +12:00
Damian Mooyman
0abd6a6c68
Suppress upgrade of DB service name 2016-07-04 14:37:00 +12:00
Damian Mooyman
db2d4574d8 Remove dead code 2016-07-04 13:53:54 +12:00
Damian Mooyman
f83fa173d9 Move config into private statics for future maintainability 2016-07-04 13:53:54 +12:00
Damian Mooyman
f797f49aeb BUG Fix pg_query / pg_query_params not correctly raising exceptions on error 2016-07-04 13:32:41 +12:00
Damian Mooyman
946d429c41 Upgrade code for new namespaces 2016-07-04 13:32:41 +12:00
Damian Mooyman
85526e7076 Merge pull request #50 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-07-01 16:45:46 +12:00
helpfulrobot
9f899b5c97 Added standard Scrutinizer config 2016-02-17 05:32:08 +13:00
Daniel Hensby
377e1ba1ec Merge pull request #49 from helpfulrobot/add-standard-code-of-conduct-file
Added standard code of conduct file
2016-02-16 09:38:15 +00:00
helpfulrobot
cd17ce4f94 Added standard code of conduct file 2016-02-16 11:43:48 +13:00
Daniel Hensby
efb3a9dfa2 Merge pull request #48 from tractorcow/pulls/fix-constraints
BUG Fix constraints ignoring schema
2016-01-22 12:21:45 +00:00
Damian Mooyman
3780d1b152 BUG Fix constraints ignoring schema 2016-01-21 09:52:37 +13:00
Damian Mooyman
e46a37090c Converted to PSR-2 2016-01-21 09:49:28 +13:00
Damian Mooyman
24caacbf3b Merge remote-tracking branch 'origin/1.2'
# Conflicts:
#	code/PostgreSQLSchemaManager.php
#	composer.json
2016-01-21 09:30:15 +13:00
Damian Mooyman
2122e548e2 Merge pull request #47 from helpfulrobot/add-standard-gitattributes-file
Added standard .gitattributes file
2016-01-18 15:47:06 +13:00
helpfulrobot
c451c72efa Added standard .gitattributes file 2016-01-16 19:34:48 +13:00
Damian Mooyman
934fa61433 Merge pull request #46 from helpfulrobot/convert-to-psr-2
Converted to PSR-2
2015-12-18 10:06:49 +13:00
helpfulrobot
605ba3eeff Converted to PSR-2 2015-12-18 07:18:01 +13:00
Damian Mooyman
091c4d8a1c Merge pull request #45 from helpfulrobot/add-standard-editorconfig-file
Added standard .editorconfig file
2015-12-17 13:30:38 +13:00
helpfulrobot
8b04cd4bb1 Added standard .editorconfig file 2015-12-17 10:09:26 +13:00
Ingo Schommer
6f4dc4d8d2 Merge pull request #43 from tractorcow/pulls/1.2/fix-decimal
BUG Fix decimal not supporting non-integer values
2015-11-03 09:53:33 +13:00
Damian Mooyman
2b3da3c9a8 BUG Fix decimal not supporting non-integer values 2015-11-03 09:14:10 +13:00
Ingo Schommer
1b7216fcf9 Updated supported SS release in README 2015-11-03 08:45:29 +13:00
Ingo Schommer
eb4b7cca86 Updated PHP build versions to match new core minimum reqs 2015-11-03 08:43:07 +13:00
Damian Mooyman
90a7539ebd Fix incorrect SQL 2015-10-16 11:47:58 +13:00
Damian Mooyman
f932aa4b04 Update master to 2.0 for 4.0 compatibility 2015-10-16 11:30:00 +13:00
Damian Mooyman
28160fa065 Restrict 1.2 branch to 3.2 compatibility 2015-10-16 11:25:35 +13:00
Daniel Hensby
750f4a9d9f Move to new travis containerised infrastructure 2015-07-20 16:01:39 +01:00
Daniel Hensby
db12e5bae3 Merge pull request #42 from tractorcow/pulls/1.2/update-api
Update API for 3.2 release
2015-06-17 11:09:31 +01:00
Damian Mooyman
a596d9d343 Update API for 3.2 release
Fix bug with literal question mark in conditions
See https://github.com/silverstripe/silverstripe-framework/pull/4288
2015-06-17 13:50:36 +12:00
Daniel Hensby
31abb29c5d Updating travis provisioner
Travis will now be more resilient to `composer self-update` failures
2015-06-15 10:03:16 +01:00
Damian Mooyman
f6229a4ebb Merge pull request #36 from dhensby/master
Adding .editorconfig
2015-05-05 09:51:22 +12:00
Damian Mooyman
52b8a7324c Merge pull request #40 from kinglozzer/pulls/orm-null-limit
NEW: Allow 'null' limit in database queries
2015-05-05 09:03:21 +12:00