-
### Description
I cannot edit the data in the result set when executing multiple queries in separate tabs, always appears the message "Column 'x' is read only: No corresponding table column". Example…
-
Hello Dear, I am new to Larabel with Sybase. The issue is i can't connect to my Sybase database with laravel application.its showing
below errors :
SQLSTATE[08001]: [Microsoft][ODBC Driver 17 fo…
-
When both **jconn4.jar** (Sybase JDBC driver) and **ojdbc11.jar** (Oracle JDBC driver) are on Logstash's class-path, driver auto-loading (with `DriverManager`) occasionally leads to issues.
Confirm…
kares updated
2 years ago
-
```
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…
-
As observed in the translator:
```sql
create table t (a int primary key, b int);
insert into t (a, b) values (1, 2) on conflict (a) do nothing;
```
Gets translated to this for Sybase ASE (and…
-
getTables(null, null, "%", null) includes System Tables, and this fails on Sybase ASE.
Please restrict it on "TABLE" and "VIEW" (4th Parameter)
in line 402 of JDBCUtils.java:
ResultSet tmpRes…
jw1u1 updated
5 months ago
-
The error reported is:
NameError: no method 'getConnection' for arguments (org.jruby.RubyString,org.jruby.RubyString,org.jruby.RubyObject) on Java::JavaSql::DriverManager
Conf:
input {
jdbc {
…
-
In Sybase ASE, it is not possible to use set operations in correlated subqueries. This doesn't work:
```sql
select 1
where not exists (
select 1 [x]
intersect
select 1 [x]
)
```
Th…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I was having issues using lint with T-SQL…