CHANGES 606 B

1234567891011121314
  1. latest
  2. Asynchronous API extracted from epgsql_sock into epgsqla (returns whole result sets) and epgsqli (returns row by row results).
  3. Original tests are used to test all APIs through emulation modules.
  4. Execute several prepared statements as a batch (execute_batch).
  5. Bind timestamps in erlang:now() format.
  6. 6f9d545 2011-11-01
  7. Asynchronous API is implemented by epgsql_sock.erl, see epgsql.erl for examples.
  8. gen_fsm replaced by internal queue of client requests.
  9. Results can be delivered as regular erlang messages.
  10. Single process to hold driver state and receive socket data.
  11. Slight code reorganization.