You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, the condition in the first if compares index in ln[i] with size of ln, which is meaningless. Also, lpos is assigned an index from ln[i] and it's later used as a column id, which makes no sense as well.
Example where this does not work: just make id column in table the last column and run demo
The text was updated successfully, but these errors were encountered:
yeputons
added a commit
to yeputons/au-db-fall-2017
that referenced
this issue
Oct 23, 2017
The following code makes no sense:
For instance, the condition in the first
if
compares index inln[i]
with size ofln
, which is meaningless. Also,lpos
is assigned an index fromln[i]
and it's later used as a column id, which makes no sense as well.Example where this does not work: just make
id
column intable
the last column and rundemo
The text was updated successfully, but these errors were encountered: