- 18 Aug, 2014 1 commit
-
-
Steve Müller authored
-
- 24 Jul, 2014 2 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
- 01 Jul, 2014 1 commit
-
-
Vincent Petry authored
When changing the length of a field, the column name needs to be escaped properly.
-
- 30 Jun, 2014 24 commits
-
-
lucasvanlierop authored
-
lucasvanlierop authored
-
lucasvanlierop authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
Davi Koscianski Vidal authored
-
František Bereň authored
-
František Bereň authored
updated convert function to include uppercased values
-
František Bereň authored
-
František Bereň authored
-
František Bereň authored
fixed parameter order in conditions
-
František Bereň authored
Changes after Ocramius comments
-
František Bereň authored
fixed bug when $item was set as bool true value added 'off' literal
-
František Bereň authored
added postgresql literals to Boolean conversion
-
Steve Müller authored
-
- 09 May, 2014 1 commit
-
-
Steve Müller authored
-
- 08 May, 2014 1 commit
-
-
Steve Müller authored
-
- 29 Apr, 2014 1 commit
-
-
jeroendedauw authored
-
- 24 Apr, 2014 1 commit
-
-
Steve Müller authored
-
- 22 Apr, 2014 1 commit
-
-
Steve Müller authored
-
- 04 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.
-
- 01 Jan, 2014 2 commits
-
-
Benjamin Eberlei authored
This reverts commit 5a46f577.
-
Benjamin Eberlei authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 3 commits
-
-
Steve Müller authored
-
Benjamin Eberlei authored
-
Steve Müller authored
-