Merge pull request #7601 from Norgerman/master

change ResultSet.rows from Object[] to any[]
This commit is contained in:
Horiuchi_H
2016-01-14 16:33:58 +09:00
+1 -1
View File
@@ -50,7 +50,7 @@ declare module "any-db" {
/**
* Result rows
*/
rows: Object[];
rows: any[];
/**
* Result field descriptions
*/