- 15 Sep, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 05 Jan, 2014 2 commits
-
-
Benjamin Eberlei authored
-
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 2 commits
-
-
Benjamin Eberlei authored
-
Steve Müller authored
-
- 29 Dec, 2013 6 commits
-
-
Benjamin Eberlei authored
-
Steve Müller authored
-
Benjamin Eberlei authored
-
Steve Müller authored
-
Benjamin Eberlei authored
-
Steve Müller authored
-
- 13 Nov, 2013 1 commit
-
-
Benjamin Eberlei authored
[DBAL-589] Fix type hint in Column::visit()
-
- 06 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 26 Sep, 2013 3 commits
-
-
Benjamin Eberlei authored
-
Vladislav Vlastovskiy authored
-
Vladislav Vlastovskiy authored
-
- 08 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 21 May, 2013 3 commits
-
-
Benjamin Eberlei authored
-
Marco Pivetta authored
-
Marco Pivetta authored
Demonstrates that NULL parameters are handled incorrectly by the sql parser utils as of 2.3.4
-
- 11 May, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 09 May, 2013 5 commits
-
-
Benjamin Eberlei authored
-
Mike Meier authored
If allow_url_fopen isnt enabled, fopen will return false.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Lars Strojny authored
-
- 04 May, 2013 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 01 May, 2013 9 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
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.
-
Benjamin Eberlei authored
-
Lee Davis authored
-