-
When running the migrator an error occurs:
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Builtin…
-
SQL Server `Ddl\AlterTable` `addColumn` produces
```
ALTER TABLE [users]
ADD COLUMN [profile_image] INTEGER
```
Should be
```
ALTER TABLE [users]
ADD [profile_image] INTEGER
```
-
I tried using it against SQL Server data source but not sure how it would render the columns. it would be great to add SQL Server as one of the data source and also please include an example on how to…
-
```
I am using Ubuntu. I want to access Microsoft sql database using pyodbc in
django. I installed all requirements. I wrote this
cursor.execute('SELECT Id FROM %s' %table_name)
I am getting error…
-
```
I am using Ubuntu. I want to access Microsoft sql database using pyodbc in
django. I installed all requirements. I wrote this
cursor.execute('SELECT Id FROM %s' %table_name)
I am getting error…
-
```
provide alerts for application services (sql server shut down, etc)
```
Original issue reported on code.google.com by `tritc...@gmail.com` on 15 Oct 2007 at 1:19
-
Hallo,
Is there any reason why the platform definition for SQL Server returns false for `supportsPartialIndexes()`? As far as I can see SQL Server [supports them since 2008](https://www.mssqltips.c…
-
Follow this instructin:
https://docs.google.com/document/d/1XDuvSeqOPtiZlkUryKOV2lFrvKf9NM3z2g2BYXQEbTg/edit?usp=sharing
-
### Please confirm that the bug report does ***not*** already exist
- [X] I confirm there is no existing issue for this bug.
### Steps to reproduce
1. Create a new login+user "nocodb".
2. Grant th…
-
I am using msnodesqlv8 4.2.1 with mssql 11.0.1
When using AlwaysEncrypted input column in PreparedStatement, the parameter seems to not be sent with a size. The column in database is nvarchar(128),…