Changed action select to getrows which fits more.
This commit is contained in:
parent
383d2d2a5a
commit
cee9520595
1 changed files with 1 additions and 1 deletions
|
@ -186,6 +186,6 @@ public class RealDatabaseConnector implements DatabaseConnector {
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<List<String>> getRows(String table, int count){
|
public List<List<String>> getRows(String table, int count){
|
||||||
return getMatrix(actionUrlBuilder("select")+"&d="+database+"&t="+table+"&s="+0+"&l="+count); //FIXME
|
return getMatrix(actionUrlBuilder("getrows")+"&d="+database+"&t="+table+"&s="+0+"&l="+count); //FIXME
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue