Skip to content

Commit fb620f5

Browse files
committed
revert index change
1 parent c4a0bd2 commit fb620f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/@octave_sqlite/sqlwrite.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function sqlwrite (db, tablename, data, varargin)
148148
%{
149149
values = "";
150150
for col=1:numel(cols)
151-
coldata = subsref (data, substruct("()", {':', col}))
151+
coldata = subsref (data, substruct("{}", {':', col}))
152152
class(coldata)
153153
iscellstr(coldata)
154154
class(coldata(1))

0 commit comments

Comments
 (0)