- 05 Jan, 2014 1 commit
-
-
José Gabriel González Pérez authored
If you have a role "postgres" in PostgreSQL that is described like this: ``` -- Role: postgres CREATE ROLE postgres LOGIN ENCRYPTED PASSWORD 'md53175bce1d3201d16594cebf9d7eb3f9d' SUPERUSER INHERIT CREATEDB CREATEROLE REPLICATION; ALTER ROLE postgres IN DATABASE sf_test SET search_path = "$user", public, access, geographic, rrhh; ``` At the time when I execute the statement (Part of $schema value in the line 348): ``` SELECT string_to_array((select replace(replace(setting,"$user",user),' ','') from pg_catalog.pg_settings where name = 'search_path'),',') ``` I fetch this result: ``` {public," access"," geographic"," rrhh"} ``` Look the space character that is on the start of each string.This error does not match any namespace to which the role has access. This is critical when you have PostgreSQL database and you work with schemas.
-
- 03 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 29 Dec, 2013 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 06 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 26 Sep, 2013 1 commit
-
-
Vladislav Vlastovskiy authored
-
- 08 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 21 May, 2013 1 commit
-
-
Marco Pivetta authored
-
- 11 May, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 09 May, 2013 3 commits
-
-
Mike Meier authored
If allow_url_fopen isnt enabled, fopen will return false.
-
Benjamin Eberlei authored
-
Lars Strojny authored
-
- 04 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 01 May, 2013 10 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Morel authored
Fixed a PHP warning in DBALException::driverExceptionDuringQuery() when a parameter contains binary data.
-
Lee Davis authored
-
Lee Davis authored
-
Lee Davis authored
-
Lee Davis authored
-
Matthias Lohr authored
-
Matthias Lohr authored
-
- 20 Apr, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
This reverts commit d7032199.
-
- 14 Apr, 2013 4 commits
-
-
Adrien Crivelli authored
DBAL-54 was fixed in commit 3d55dc8e by changing SQL queries order. However it was later reintroduced. This patch uses a different, more future-proof way, approach by using DROP SEQUENCE ... CASCADE syntax, and thus does not depend on queries order.
-
Thomas Subera authored
regex pattern does not support sql casting using :: operator for example select mydate::date from mytable;
-
Lars Strojny authored
-
Benjamin Eberlei authored
-
- 24 Mar, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 14 Mar, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
Remove test for 2.3 branch
-
- 20 Jan, 2013 1 commit
-
-
Norbert Orzechowicz authored
-
- 19 Jan, 2013 1 commit
-
-
Andrew Vit authored
-
- 07 Jan, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 23 Dec, 2012 1 commit
-
-
Alessandro Tagliapietra authored
-