Re: Mysql port patch
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
Dave Watson wrote: > The attached patch adds a port option to the mysql connection. Thanks for the patch, Dave. It looks good other than most of the time I suspect people won't change the port from the default. So, I'll move the port specification &optional (like the Postgresql connection spec). I'll commit it to CLSQL when I get a change to change the parameter order and update the *.xml documentation for the MySQL connection string. Kevin