From 5f5f6c37d5a3e4221ce6a887d764126b8c8b15dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Mon, 10 Jul 2023 12:14:02 +0200 Subject: [PATCH] Update adbc_connection.ex --- lib/adbc_connection.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/adbc_connection.ex b/lib/adbc_connection.ex index ab7211b..7c30b2b 100644 --- a/lib/adbc_connection.ex +++ b/lib/adbc_connection.ex @@ -3,7 +3,7 @@ defmodule Adbc.Connection do Documentation for `Adbc.Connection`. """ - # TODO: Address get_info/get_objects API + # TODO: Driver download idempotent/cache # TODO: Documentation everywhere (including options) # TODO: Tests with postgresql