- 15 Apr, 2015 1 commit
-
-
Bill Schaller authored
-
- 10 Feb, 2015 4 commits
-
-
Steve Müller authored
-
andig authored
-
andig authored
-
andig authored
-
- 24 Jan, 2015 1 commit
-
-
Marco Pivetta authored
-
- 12 Jan, 2015 1 commit
-
-
Markus Fasselt authored
-
- 01 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 26 Dec, 2014 1 commit
-
-
Claudio Zizza authored
-
- 05 Dec, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Aug, 2014 1 commit
-
-
Steve Müller authored
(cherry picked from commit 69931faa)
-
- 29 Jul, 2014 1 commit
-
-
Sergey Zhuravel authored
-
- 22 Jul, 2014 1 commit
-
-
Sergey Zhuravel authored
-
- 08 Feb, 2014 1 commit
-
-
Steve Müller authored
-
- 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
-
- 31 Dec, 2013 4 commits
-
-
Benjamin Eberlei authored
-
Steve Müller authored
-
Bart Visscher authored
-
Andreas Fischer authored
This prevents ORA-00904: "HERE_BE_COLUMN_NAME": invalid identifier.
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Dec, 2013 4 commits
-
-
Steve Müller authored
-
Benjamin Eberlei authored
-
Bart Visscher authored
-
Bart Visscher authored
This is at least needed when adding a autoincrement column
-
- 18 Dec, 2013 2 commits
-
-
František Bereň authored
Decimal column Update if precision or scale was changed
-
Steve Müller authored
-
- 08 Sep, 2013 1 commit
-
-
Guilherme Blanco authored
-
- 24 Jun, 2013 1 commit
-
-
Benjamin Morel authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 18 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 13 Jun, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 07 Jun, 2013 1 commit
-
-
Fabio B. Silva authored
-
- 05 Jun, 2013 1 commit
-
-
Fabio B. Silva authored
-
- 26 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 15 May, 2013 1 commit
-
-
Stéphane Klein authored
-
- 01 May, 2013 1 commit
-
-
Benjamin Eberlei authored
-