You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to have a custom platform for pgsql, mostly for create index on LOWER(key)
For this I create a new platform (Just to fix my problem, not a very generic code):
I want to have a custom platform for pgsql, mostly for create index on
LOWER(key)
For this I create a new platform (Just to fix my problem, not a very generic code):
The configs are ok, and php load this class, but for building the sql files, phing use the old platform file
here : https://github.com/propelorm/Propel/blob/master/generator/lib/config/GeneratorConfig.php#L167
So the first time, one instance is created from my class, but in the real sql-task, it use the propel version of this behavior.
I don't know is this a bug or its normal, and if its normal, how I can use my custom platform for building query for insert-sql task?
The text was updated successfully, but these errors were encountered: