Skip to content
TODO 614 B
Newer Older
Alejandro R Sedeño's avatar
Alejandro R Sedeño committed
Features:
• SSL
• Pluggable Authentication
• Connect timeout
• Deal with LOCAL_INFILE requests
• Multi-ResultSets
Alejandro R Sedeño's avatar
Alejandro R Sedeño committed

Cleanup:
• Add conditions.
• Replace ASSERT with conditions.
• babel default encoding should come from mysql connection
  · Add our own encoding function that can look that up and call
    babel?
• Set client character-set on connect (default to :utf-8)
• Drop “mysql-” prefix from everything: this is a MySQL driver, so
   it's redundant.
Alejandro R Sedeño's avatar
Alejandro R Sedeño committed

Convenience
• Convenience functions for toggling bits in status and capability.

Query Results
• Row at a time result processing