hi list -

Pursuant to this discussion, I propose we change the close() method, illustrated below:

        result = sometable.select().execute()
        result.close()

to this:

        result = sometable.select().execute()
        result.close_connection()

to eliminate confusion this may cause.

comments ?



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to