Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5fee04

Browse files
committedMar 1, 2024
Extract public API to api package
- Use strongly typed interfaces - Standardize R2DBC driver MySQL-specific API
1 parent 3f119eb commit f5fee04

File tree

98 files changed

+2288
-940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2288
-940
lines changed
 

‎r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/ColumnDefinition.java

Lines changed: 0 additions & 168 deletions
This file was deleted.

‎r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/ConnectionState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface ConnectionState {
3131
void setIsolationLevel(IsolationLevel level);
3232

3333
/**
34-
* Reutrns session lock wait timeout.
34+
* Returns session lock wait timeout.
3535
*
3636
* @return Session lock wait timeout.
3737
*/

0 commit comments

Comments
 (0)
Please sign in to comment.