Re: [Rd] RC / methods package

2012-03-26 Thread Paul Gilbert
On 12-03-26 02:47 PM, John Chambers wrote: This direction is perhaps adding to the confusion rather than reducing it. Let's go back to the original note: Note: Method with signature "MySQLConnection#integer" chosen for function "coerce", target signature "TSMySQLConnection#integer". "dbObject

Re: [Rd] RC / methods package

2012-03-26 Thread John Chambers
This direction is perhaps adding to the confusion rather than reducing it. Let's go back to the original note: Note: Method with signature "MySQLConnection#integer" chosen for function "coerce", target signature "TSMySQLConnection#integer". "dbObjectId#integer" would also be valid The purpo

Re: [Rd] RC / methods package

2012-03-26 Thread Paul Gilbert
On 12-03-25 05:29 PM, Paul Gilbert wrote: John Here is the definition of the TSMySQLConnection class, and a few other things. This is a simplified example that produces the message, but unfortunately will not work unless you have a MySQL database to connect to. (I do get the same problem with

Re: [Rd] RC / methods package

2012-03-25 Thread Paul Gilbert
John Here is the definition of the TSMySQLConnection class, and a few other things. This is a simplified example that produces the message, but unfortunately will not work unless you have a MySQL database to connect to. (I do get the same problem with PostgreSQL, and may with SQLLite, but I h

Re: [Rd] RC / methods package

2012-03-25 Thread John Chambers
On 3/24/12 5:43 PM, Paul Gilbert wrote: On 12-03-24 08:11 PM, John Chambers wrote: On 3/24/12 1:29 PM, Paul Gilbert wrote: (I think this is being caused by the new methods package in RC.) Possibly, but the methods package isn't particularly "new" in its method selection. We need to see th

Re: [Rd] RC / methods package

2012-03-24 Thread John Chambers
On 3/24/12 1:29 PM, Paul Gilbert wrote: (I think this is being caused by the new methods package in RC.) Possibly, but the methods package isn't particularly "new" in its method selection. We need to see the definition of the class. The note implies that it inherits from both "MySQLConnect

[Rd] RC / methods package

2012-03-24 Thread Paul Gilbert
(I think this is being caused by the new methods package in RC.) In the RC (March 24) some of my packages are generating a Note Note: Method with signature "MySQLConnection#integer" chosen for function "coerce", target signature "TSMySQLConnection#integer". "dbObjectId#integer" would also be