IntranetFactory / migratordotnet

Automatically exported from code.google.com/p/migratordotnet
0 stars 0 forks source link

PostgreSQL provider assumes schema "public" #85

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Do a RemoveColumn using "schema.table" notation. Should look for the table
in "schema", but "public" is hard coded.

Trunk r126

Proposed patch attached.

Patch fixes the problem and adds Add/RemoveSchema to
ITransformationProvider. Default implementations throw NotImplementedException.

Original issue reported on code.google.com by berg...@gmail.com on 8 Jan 2009 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
This needs more work -- allowing for "schema.table" notation introduces some 
serious
headaches when it comes to quoting... I think going for overloads with schema 
is an
easier and more stable solution.

Will submit another patch.

Original comment by berg...@gmail.com on 15 Jan 2009 at 4:16

GoogleCodeExporter commented 9 years ago
We need to solve this in a general way. See: Issue #45

Original comment by geoffl...@gmail.com on 9 Feb 2009 at 11:16