Make spcomp2 cry less

This commit is contained in:
xPaw
2015-03-11 15:19:27 +02:00
parent a25090de4b
commit 0ccb99137a
11 changed files with 307 additions and 152 deletions

View File

@@ -82,13 +82,13 @@ native dbi_nextrow(Result:_result);
* One extra param: returns Float: byref
* Two extra param: Stores string with length
*/
native dbi_field(Result:_result, _fieldnum, {Float,_}:... );
native dbi_field(Result:_result, _fieldnum, any:... );
/* Gets a field by name. Returns 0 on failure.
* One extra param: returns Float: byref
* Two extra param: Stores string with length
*/
native dbi_result(Result:_result, _field[], {Float,_}:... );
native dbi_result(Result:_result, _field[], any:... );
/* Returns the number of rows returned from a query
*/