We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f201da commit adcb93dCopy full SHA for adcb93d
rdflib_sqlalchemy/tables.py
@@ -142,7 +142,7 @@ def create_literal_statements_table(interned_id, metadata):
142
"subject",
143
"predicate",
144
"object",
145
- "objlanguage",
+ "objLanguage",
146
"context",
147
unique=True,
148
mysql_length=MYSQL_MAX_INDEX_LENGTH,
@@ -191,7 +191,7 @@ def create_quoted_statements_table(interned_id, metadata):
191
192
193
194
195
196
197
0 commit comments