MySQL Support for Database Layer

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
wxDiilbert
Earned a small fee
Earned a small fee
Posts: 16
Joined: Tue Feb 08, 2005 3:52 am

MySQL Support for Database Layer

Post by wxDiilbert »

After tinkering with this for awhile, I am unsure if it is stable enough to consider using.

When can I expect better MySQL support for this class ?

Thanks as this is a good start in getting away from MySQL++ when working with wx apps :P
jb_coder
Super wx Problem Solver
Super wx Problem Solver
Posts: 267
Joined: Mon Oct 18, 2004 10:55 am

Post by jb_coder »

I'll try to get a new release out by the end of this weekend. The main changes from the last release though are mainly Unicode support related.

Which aspects of MySQL support need addressing in your experience with DatabaseLayer? I'll be sure to correct any problems before the next release.

P.S. - When writing the backend for MySQL, I was thinking of using the MySQL++ API. However, the lack of prepared statement support led me to using the C API directly (which hasn't worked out too bad).
jb_coder
Super wx Problem Solver
Super wx Problem Solver
Posts: 267
Joined: Mon Oct 18, 2004 10:55 am

Post by jb_coder »

It's a couple weeks late, but the new release of databaselayer has now been posted. One of the issues that was fixed was NULL handling in MySQL result sets (in case that was one of the problems you were having with MySQL support).
Post Reply