質問編集履歴
1
sqlite3 extensionsの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
"sqlite3":{
|
48
48
|
|
49
|
-
"extensions": "/home/pi/record/regexp.so",
|
49
|
+
"extensions": ["/home/pi/record/regexp.so"],
|
50
50
|
|
51
51
|
"regexp": true
|
52
52
|
|