cockroachdb / cockroachdb/examples-orms
Invalid syntax on database table, example should work against 1.0
- Langage dominant
- Go
- Étoiles
- 82
- Forks
- 37
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Example should work against 1.0
CockroachDB node starting at 2017-09-21 14:26:59.087913381 -0500 CDT
build: CCL v1.0.5 @ 2017/08/24 17:43:46 (go1.8.3)
admin: http://jackburton:2800
sql: postgresql://root@jackburton:26257?sslmode=disable
logs: /home/wdroste/tmp/cockroach-data/logs
store[0]: path=/home/wdroste/tmp/cockroach-data
status: initialized new cluster
clusterID: e21342a8-06c0-41a8-bde8-3c1230ed0d72
nodeID: 1
CREATE TABLE IF NOT EXISTS product_orders (
id SERIAL PRIMARY KEY,
product_id INT REFERENCES products(id),
order_id INT REFERENCES orders(id) ON DELETE CASCADE
);
invalid syntax: statement ignored: unimplemented at or near "cascade"
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Trouvez l’exemple contenant l’instruction CREATE TABLE et reproduisez-le avec CockroachDB 1.0. Examinez la syntaxe ON DELETE CASCADE signalée comme non implémentée, puis vérifiez que l’exemple fonctionne avec la version indiquée sans l’erreur invalid-syntax.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- sql
- Domaine
- databases
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100