Open GoogleCodeExporter opened 9 years ago
Issue 272 has been merged into this issue.
Original comment by jonmpr...@gmail.com
on 9 Aug 2010 at 1:33
The problem here is effectively the same as that in issue 238: DbLinq shouldn't
be in the business of doing SQL type to managed type mappings, as this
information can be obtained via ADO.NET's DataTypes schema (and if that doesn't
provide the information needed, then we're SOL, but that's no better than what
happens now, as we're still SOL).
Thus, the fix is to make PgsqlSchemaLoader a subclass of DbSchemaLoader (which
uses the DataTypes schema).
Original comment by jonmpr...@gmail.com
on 9 Aug 2010 at 1:37
Anybody working on this or has a solution already?
Original comment by Marco.Fr...@googlemail.com
on 25 Jan 2011 at 4:03
At least a trace of the name/location/type of the entity on which conversion
failed would be helpful. Working on this now.
Original comment by LiamBo...@gmail.com
on 22 Jun 2011 at 11:59
Original issue reported on code.google.com by
grau.f...@gmail.com
on 9 Aug 2010 at 10:49