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
Currently, what the db methods (read, write, modify and delete) return varies wildly. The return value should not be driver- or technology-specific; each method must return an array of the records affected.
The text was updated successfully, but these errors were encountered:
Currently, what the db methods (
read
,write
,modify
anddelete
) return varies wildly. The return value should not be driver- or technology-specific; each method must return an array of the records affected.The text was updated successfully, but these errors were encountered: