From 56f5bffe31896c51e4f4bace7faf5cb42843cc9a Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Fri, 24 Jun 2016 10:59:33 -0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 487293e..e0e1012 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ end Issues not yet addressed -* Support non prepared statements. -* Time data type. -* Data type extensibility. Allow each driver to extend the data types allowed. -* Transactions. -* Connection pool. -* Direct access to `IO` to avoid memory allocation for blobs. +- [ ] Support non prepared statements. +- [ ] Time data type. +- [x] Data type extensibility. Allow each driver to extend the data types allowed. +- [ ] Transactions. +- [ ] Connection pool. +- [ ] Direct access to `IO` to avoid memory allocation for blobs. ## Contributing