davidhcoe commented on code in PR #2169:
URL: https://github.com/apache/arrow-adbc/pull/2169#discussion_r1767475212


##########
csharp/src/Apache.Arrow.Adbc/AdbcConnection.cs:
##########
@@ -31,6 +31,11 @@ public abstract class AdbcConnection : IDisposable
         private bool _readOnly = false;
         private IsolationLevel _isolationLevel = IsolationLevel.Default;
 
+        public static string CurrentCatalogOption = "adbc.connection.catalog";
+        public static string CurrentDbSchemaOption = 
"adbc.connection.db_schema";
+        public static string ReadOnlyOption = "adbc.connection.readonly";
+        public static string AutoCommitOption = "adbc.connection.autocommit";
+

Review Comment:
   honestly, just didn't realize those were even there :/ 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to