Skip to content

Commit 229faa9

Browse files
committed
test
1 parent b6e7df3 commit 229faa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ProviderResource.vb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Public Class ProviderResource
22
Inherits Databasic.ProviderResource
33

4-
Public Overrides Function GetTableColumns(table As String, connection As Databasic.Connection) As Dictionary(Of String, Boolean)
4+
5+
6+
Public Overrides Function GetTableColumns(table As String, connection As Databasic.Connection) As Dictionary(Of String, Boolean)
57
Dim result As New Dictionary(Of String, Boolean)
68
Dim rawData As Dictionary(Of String, String) = Databasic.Statement.Prepare("
79
SELECT

0 commit comments

Comments
 (0)