-
Hi
I'm trying to execute a procedure to a Sybase database with the following code:
```
DynamicParameters parameters = new();
parameters.Add("TESTPARAM", userId, DbType.Int64, P…
-
### Search first
- [X] I searched and no similar issues were found
### Description
Starting with [this commit](https://github.com/liquibase/liquibase/blob/9e569a5d304c90751d570557d162408e7a641c5a/l…
-
Error Code, Result, ResultSet received are always NULL, for executing an procedure in Sybase.
Sybase.prototype.onSQLResponse, jsonMsg...
{ result: [],
javaStartTime: 1482846641812,
error: 'J…
-
```
What steps will reproduce the problem?
1. I installed PC client components 15.0 of the Sybase Adaptive Server
Enterprise. This effectively installed 1)interactive sql, 2)open client
configuratio…
-
```
What steps will reproduce the problem?
1. I installed PC client components 15.0 of the Sybase Adaptive Server
Enterprise. This effectively installed 1)interactive sql, 2)open client
configuratio…
-
jOOQ 3.15 introduces support for `CREATE TRIGGER` and `DROP TRIGGER` commands (see https://github.com/jOOQ/jOOQ/issues/6956). Some RDBMS also support some forms of `ALTER TRIGGER`, e.g. to:
- [ ] R…
-
Hi,
I understand that its not mentioned in the supported DBMS list, but I am having issues connecting to ASE using the native Jconnect drivers.
Connection properties:
```
conn = jdbc.connect("co…
-
```
What steps will reproduce the problem?
1. I installed PC client components 15.0 of the Sybase Adaptive Server
Enterprise. This effectively installed 1)interactive sql, 2)open client
configuratio…
-
```
What steps will reproduce the problem?
1. I installed PC client components 15.0 of the Sybase Adaptive Server
Enterprise. This effectively installed 1)interactive sql, 2)open client
configuratio…
-
```
What steps will reproduce the problem?
1.a table has a column ,that type is int
2.insert tow value 0 and -1 into the table
3.query the tow row use pyodbc 3.0.7
What is the expected output? What d…