-
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…
-
After Eugene finalised this part
-
Currently all directories are walked through, except the ones ignored by `.gitignore`
it would be nice to be able to ignore the walkthrough of some directories, maybe because they are big and do no…
-
Hi @nitely I've got an issue here:
```
File "/home/user/PycharmProjects/Project/venv/lib/python3.6/site-packages/react/utils.py", line 37, in load_libs
.load_libs(scripts_paths))
File "/…
-
## Feature Description
Currently, if we check our PHP codebase, we will see that we have a lot of tough coupled code and many controversial decisions there. This is our technical debt that was adde…
-
**What is your goal?**
Set your goal and break it into smaller chunks.
For example, you want to read 4 books in one month. Break it down to “Read one book per week”, or smaller, “Read xx chapter per d…