Serge Latyntcev
0ffaf90512
FIX Usage of a bug-feature around aliases
...
Related https://github.com/silverstripe/silverstripe-postgresql/issues/95
2019-05-06 16:06:58 +12:00
Sam Minnee
fd27c17a80
MINOR: Add comment to explain ‘f’ coercion.
...
Follow-up to https://github.com/silverstripe/silverstripe-postgresql/pull/93
2019-01-23 22:19:26 +13:00
Sam Minnee
32a0aad720
FIX: Boolean ’t’/‘f’ strings need to be coerced to int properly.
2019-01-23 13:50:32 +13:00
Sam Minnee
72787ae83e
FIX: Return correct types in PostgreSQLQuery
...
Fixes https://github.com/silverstripe/silverstripe-postgresql/issues/90
Helps fix https://github.com/silverstripe/silverstripe-framework/issues/7039
2018-11-05 18:13:47 +13:00
Damian Mooyman
e0d5536715
API Support better transaction nesting
2018-06-19 16:20:07 +12:00
Daniel Hensby
97afbd9a88
FIX Allow nested transactions
2018-02-08 20:00:49 +00:00
Damian Mooyman
1f6d892609
Merge remote-tracking branch 'origin/1.2' into 2.0
...
# Conflicts:
# code/PostgreSQLDatabase.php
2017-12-07 16:30:22 +13:00
Daniel Hensby
ee356b1ad7
[SS-2017-008] Fix SQL injection in search engine
2017-11-21 15:34:59 +00:00
Damian Mooyman
685e33cf84
BUG Fix postgres + PDO not working
...
BUG Fix empty enums
2017-11-20 09:07:32 +13:00
Neil Gladwin
7a8bcd1ec5
Returns the last inserted ID using currval() which is session dependant rather than last_value which is across all sessions
2017-10-20 13:38:06 +10:00
Daniel Hensby
1c953025e6
Merge branch '1.1' into 1.2
2017-07-26 12:15:02 +01:00
Daniel Hensby
1a78f20b8a
Merge branch '1.0' into 1.1
2017-07-26 11:52:50 +01:00
Daniel Hensby
4b3fd28b3b
Backport of #48
2017-07-26 11:48:27 +01:00
Russell Michell
45233e4e74
FIX: Fixes #64 by the addition on of the USING clause.
2017-07-26 08:04:48 +12:00
Damian Mooyman
e941f0b122
API Ensure table aliases longer than max characters are safely re-written
2017-05-26 10:15:10 +12:00
Daniel Hensby
35c1428c63
Getting postgres to work with stricter index api
2017-05-19 18:29:06 +01:00
Loz Calver
b5214def7c
FIX: PostgreSQLQuery::seek() returning indexed array instead of associative
2017-01-13 11:04:01 +00: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
Damian Mooyman
fc915b856a
Update for framework namespacing
2016-09-01 16:22:17 +12: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
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
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
helpfulrobot
605ba3eeff
Converted to PSR-2
2015-12-18 07:18:01 +13:00
Damian Mooyman
2b3da3c9a8
BUG Fix decimal not supporting non-integer values
2015-11-03 09:14:10 +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
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
606879243a
Merge pull request #33 from PapaBearNZ/search-engine-patch-1.1
...
FIX Total Items count on Search
2015-06-14 20:47:12 +01:00
Loz Calver
0a61b16caf
NEW: Allow 'null' limit in database queries
2015-05-04 15:36:49 +01:00
devimust
9a2dc1adc8
FIX allow for spaces in enum field-type default values
2015-05-02 11:09:54 +00:00
Ingo Schommer
5a7ea699a0
Fixed indentation from last commit
2015-04-30 23:30:23 +12:00
David Preece
7bb29a9288
Fixes alter table problem
...
If you can log in (with write permissons), you can alter tables.
2015-03-14 12:14:54 +13:00
Damian Mooyman
1aeb7b1436
Merge pull request #30 from ClaySolutions/master
...
Add bigint support
2015-02-25 08:52:57 +13:00
Damian Mooyman
48c07ad1ab
Use parseIndexSpec to cleanup fulltext specification
2014-10-15 10:32:44 +13:00
Sean Harvey
fba93bba72
Merge pull request #34 from micmania1/fix-handle-fulltext-string-declerations
...
FIX handling of fulltext indexes declared as strings
2014-10-15 09:50:51 +13:00
Sean Harvey
846f31b31c
Merge pull request #26 from torleif/patch-1
...
FIX postgres can filter on non text fields
2014-09-24 18:06:06 +12:00
micmania1
d112ca5d12
FIX handling of fulltext indexes declared as strings
2014-08-16 10:16:20 +00:00
James Pluck
b148e2457c
FIX Total Items count on Search
...
This issue causes pagination to fail for search results on sites
using the postgres db.
Patch corrects the TotalItems in the returned List to show all items
matching the search criteria rather than just the items returned in
the current 'page' requested.
2014-08-01 15:33:58 +12:00
torleif
eac309696d
FIX postgres filter on non text fields - on branch 1.1
...
See 7626d74bee
2014-07-25 21:25:54 +12:00
Damian Mooyman
010ce575ed
BUG Fix issues in master
2014-07-18 13:06:58 +12:00