[fpc-devel] Mysql without macros

2008-11-14 Thread Mattias Gärtner
Hi, The mysqlconn.inc uses macros. This is unnecessary and has some disadvantages. Here is a patch that replaces the macros with simple type aliases. As far as I can see mysqlconn.inc is the same for fpc 2.3.1 and fpc 2.2.x, so the patch should work for both. Mattias Index:

Re: [fpc-devel] Mysql without macros

2008-11-14 Thread Mattias Gärtner
Zitat von Michael Van Canneyt [EMAIL PROTECTED]: On Fri, 14 Nov 2008, Mattias Gärtner wrote: Hi, The mysqlconn.inc uses macros. This is unnecessary and has some disadvantages. Namely, the lazarus codetools get confused :-) ... and the users, that (mis)uses this code as example for

Re: [fpc-devel] Mysql without macros

2008-11-14 Thread Michael Van Canneyt
On Fri, 14 Nov 2008, Mattias Gärtner wrote: Zitat von Michael Van Canneyt [EMAIL PROTECTED]: On Fri, 14 Nov 2008, Mattias Gärtner wrote: Hi, The mysqlconn.inc uses macros. This is unnecessary and has some disadvantages. Namely, the lazarus codetools get confused :-)