-
Daug užklausų į Saugykla baigiasi klaida. Logas - pilnas Django klaidų:
Sep 27 07:05:58 IVPK-ADS-WWW01 gunicorn[94156]: DETAIL: Key (_id)=(c04afccf-55a3-4168-999f-e484db6ff332) already exists.
Sep …
-
Support for MySQL and PostgreSQL should also be added for users or hosting environments that prefer MySQL/PGSQL. As database abstraction layer [SQLAlchemy](http://www.sqlalchemy.org/) seems to be the …
-
When doing lab 7 and going through the section where it asked us to change all the get_db() so they conformed to psql syntax, that was a fairly tedious task. Had I known that we would have to do this,…
-
In the Select section, API description, replace
```
public function join(string|array $name, string $on, string|array $columns = self::SQL_STAR, string $type = self::JOIN_INNER) : self;
```
by
```…
dafap updated
4 years ago
-
for running the game locally on a player's machine, it's a lot easier to use a single-file sqlite database, rather than setting up a microsoft sql server; for cloud hosting, postgresql is a lot cheape…
-
We currently have both `cockroach demo --geo-partitioned-replicas` and `global`. Neither exactly makes sense for 21.1. with our new abstractions.
I'm proposing a new `--multi-region` that shows th…
-
We "could-have" YQL syntax highlighting in [YDB CLI](https://github.com/ydb-platform/ydb/tree/main/ydb/apps/ydb) in interactive mode with color schema like we have in [Embedded UI](https://github.com/…
-
Currently the db.go has long methods (populateDB), which stores both default data in the form of maps and methods that could be reused in accessing or editing other databases. Both should be extracted…
-
Currently in cockroach the access to the catalog (mapping names and IDs to their meanings) is scattered around the code-base. There are a number of layers to this access which are confusing and hard t…
-
I tend to be leery about generating code by string manipulation. We should consider using a DSL/AST for generating SQL queries. I just found out about [Octo.jl](https://github.com/wookay/Octo.jl), whi…