-
Submitted by: Kuznetsov Eugene (eugene)
In 3\-d dialect
select rdb$database\.rdb$relation\_id
from rdb$database,rdb$database
returns
Undefined name\.
Dynamic SQL Error\.
SQL error code = \-204\.
…
-
Submitted by: Kuznetsov Eugene (eugene)
Testing for 2\.5, but other versions are also undergone\.
isql failed \(AV in fbclient\.dll\) when trying executing select statement, as no fields
exist at…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR22165](https://bugs.llvm.org/show_bug.cgi?id=22165) |
| Status | NEW |
| Importance | P enhancemen…
-
## Bug Report
Command ./bin/arnold bootstrap -c eugene -e development -k 127.0.0.1 returns error "urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=80): Max retries exceeded…
-
Submitted by: Kuznetsov Eugene (eugene)
Run first isql session, enter commands
SET AUTODDL OFF;
SET SQL DIALECT 3;
SET NAMES WIN1251;
CONNECT 'localhost:test1' USER 'SYSDBA' PASSWORD 'masterkey';
C…
-
Submitted by: Kuznetsov Eugene (eugene)
SQL\> select \*
CON\> from rdb$relations r left join
CON\> \(select first 1 \* from rdb$relation\_fields rf
CON\> where err\_identifier = rf\.rdb$relation\_n…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR22416](https://bugs.llvm.org/show_bug.cgi?id=22416) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21981](https://bugs.llvm.org/show_bug.cgi?id=21981) |
| Status | REOPENED |
| Importance | P enhan…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR21985](https://bugs.llvm.org/show_bug.cgi?id=21985) |
| Status | REOPENED |
| Importance | P enhan…
-
Created a new project and `webpack.config` uses `_` while the project name uses `-`:
```
~/sources/scaffold-elmsih …