- 16 Feb, 2014 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 14 Feb, 2014 1 commit
-
-
Marco Pivetta authored
See symfony/symfony#10238
-
- 13 Feb, 2014 1 commit
-
-
Steve Müller authored
-
- 12 Feb, 2014 7 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 11 Feb, 2014 1 commit
-
-
Chuck authored
-
- 10 Feb, 2014 3 commits
-
-
Steve Müller authored
-
Martin Hasoň authored
-
Martin Hasoň authored
-
- 16 Jan, 2014 2 commits
-
-
Steve Müller authored
-
Bart Visscher authored
-
- 14 Jan, 2014 3 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 13 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 10 Jan, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 05 Jan, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 04 Jan, 2014 4 commits
-
-
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.
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 03 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 02 Jan, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 01 Jan, 2014 6 commits
-
-
Benjamin Eberlei authored
This reverts commit 5a46f577.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 31 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Dec, 2013 1 commit
-
-
Steve Müller authored
-