From cd871c970b7ab32f985b317abf3038d96e980e44 Mon Sep 17 00:00:00 2001 From: "Brian J. Cardiff" Date: Wed, 7 Dec 2016 19:28:15 -0300 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24887b1..35fd5e6 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ end Issues not yet addressed -- [ ] Support non prepared statements. -- [ ] Time data type. +- [ ] Support non prepared statements. [#25](https://github.com/crystal-lang/crystal-db/pull/25) +- [ ] Time data type. crystal-mysql & crystal-sqlite3 support Time already. - [x] Data type extensibility. Allow each driver to extend the data types allowed. - [ ] Transactions. -- [ ] Connection pool. +- [x] Connection pool. - [ ] Direct access to `IO` to avoid memory allocation for blobs. ## Contributing