Markus Baumer

Results 11 issues of Markus Baumer

According to the type definitions the hasColumn should return a Promise with boolean ``` hasColumn(table: string, column: string): Promise; ``` It seems that all other dialects have this implemented the...