tel8618217223380 / prado3

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

TDbConnection should raise an exception when setting Charset is not supported by driver #303

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we use the TDbConnection.Charset property on a driver that does not support 
it, we got a nasty error on an undefined object.

Currently, only mysql, pgsql and sqlite can define their client charset.

Raise a clean exception for all other drivers

Original issue reported on code.google.com by Christophe.Boulain@gmail.com on 19 Jan 2011 at 1:50

GoogleCodeExporter commented 9 years ago
Done in r2878

Original comment by Christophe.Boulain@gmail.com on 20 Jan 2011 at 5:06