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
For clients to log particular SQLs if necessary, we should emit every SQL. For convenience, we can categorize events such as 'query' and execute, or read and write.
This functionality can overlap with #11. Perhaps we need to keep this one and close #11.
The text was updated successfully, but these errors were encountered:
New Features
#49 Implement Protocol v6 of CUBRID.
#13 Add support for alternative hosts to support client side HA.
#12#11 Provide a configurable logging function.
#18 Added ENUM data type support via the old protocol.
#14 Support promises.
Refactoring
#48 Update README.
#14 Indent using spaces instead of tabs.
#14 Reduce the use of self where this can be used directly.
#14 Extract constants and other useless variables from the connection
object.
For clients to log particular SQLs if necessary, we should emit every SQL. For convenience, we can categorize events such as 'query' and
execute
, orread
andwrite
.This functionality can overlap with #11. Perhaps we need to keep this one and close #11.
The text was updated successfully, but these errors were encountered: