- 23 Oct, 2014 4 commits
-
-
x42p authored
I take the guess an use the information_schema. It makes it more clear and simple
-
x42p authored
correct table identifier
-
x42p authored
missing table identifier added
-
x42p authored
If the database have different schemes, with objects, that the actual logged in user has no rights, the existing statements will collect all objects (sequences and tables) and try to read them in later steps. This will throws exceptions. The reason for that is the fact, that both procedures getListSequencesList() and getListTablesSQL() will receive all known database objects from postgres catalogs. But the actual logged-in user, maby has no read permissions to object inside other scheme-owner. The additional parts inside both sql-statements will reduce the result to only objects that the user are able to see.
-
- 21 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 20 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 21 Aug, 2014 1 commit
-
-
Jérôme Brissonnet authored
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 24 Jul, 2014 2 commits
-
-
jeroendedauw authored
-
jeroendedauw authored
-
- 22 Jul, 2014 2 commits
-
-
Adrien Crivelli authored
-
Adrien Crivelli authored
Support for Partial Indexes was available in Doctrine 1 following http://www.doctrine-project.org/jira/browse/DC-82. This commit reintroduce support for Doctrine 2. We use the same syntax with an optionnal "where" attribute for Index and UniqueConstraint.
-
- 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
-