-
### Issue Summary
An attempt to create an ODBC Microsoft SQL Server connection returns a HTTP 400 Bad Request error.
### Steps to Reproduce
I use the API here to avoid any unintended conn…
-
Apologies if this has been addressed elsewhere, but I have searched extensively. How do I connect to a mssql instance such as localhost\sqlexpress?
I have tried all of the following:
npx typeorm-m…
-
hi @Kononnable ,
I have question, is posible to generate entities properties column comments from mssql field description?
thanks.
-
Following code runs perfectly without using offset and limit
But once I use offset: recordsFrom, limit: recordsPerPage the query is constructed with errors
``` js
models.Restaurants.findAll({
…
-
```
What steps will reproduce the problem?
1. svn checkout
2. create web.config , configure to use mssql 2005. i.e:
3. Start
What is the expected output?…
-
```
What steps will reproduce the problem?
1. svn checkout
2. create web.config , configure to use mssql 2005. i.e:
3. Start
What is the expected output?…
-
Hi,
I am getting an "Invalid Descriptor Index" error (as below) when selecting from tables that have varbinary(max) fields.
This used to work about a year ago (not sure if that helps). Anyway here is …
gbwey updated
8 years ago
-
```
When you have a Select statement with an ORDER BY Clause that is for a mssql
database and try to bind it to Flexigrid, it will not display until you remove
the ORDER BY clause.
By removing the …
-
```
What steps will reproduce the problem?
1. svn checkout
2. create web.config , configure to use mssql 2005. i.e:
3. Start
What is the expected output?…
-
a key in rows is not defined. this snippet should fix it:
```
$stmt = $this->dbh->query("SELECT ccu1.TABLE_NAME, ccu1.COLUMN_NAME, ccu2.TABLE_NAME AS FK_TABLE_NAME, ccu2.COLUMN_NAME AS FK_COLUMN…