[Mono-dev] [db|sql]metal using a custom DbSchemaLoader ?

2012-03-08 Thread Cyrille Chépélov
Hello, while trying to apply SqlMetal on a PostGIS database, I received error messages about unknown SQL data types, some of them being geographic types, some others being simply type aliases Apparently, the DbMetal way of handling this is to derive from the DbSchemaLoader (PgsqlSchemaLoader in

Re: [Mono-dev] [db|sql]metal using a custom DbSchemaLoader ?

2012-03-08 Thread Jonathan Pryor
On Mar 8, 2012, at 8:16 AM, Cyrille Chépélov wrote: Would a patch removing the #if !MONO_STRICT .. public condition from ISchemaLoader common implementations be accepted in Mono System.Data.Linq ? No. I notice Mono's S.D.Linq already leaks some bits from DbLinq.Util Then that's a bug.