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.
Currently, what the db methods (
read,write,modifyanddelete) return varies wildly. The return value should not be driver- or technology-specific; each method must return an array of the records affected.