File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ Database:status()
88
88
Database :setAutoReconnect (shouldReconnect )
89
89
-- Returns nothing
90
90
-- The autoreconnect feature of mysqloo can be disabled if this function is called with shouldReconnect = false
91
- -- This has to be called before Database:connect() to work
91
+ -- This may only be called before Database:connect()
92
92
93
93
Database :setMultiStatements (useMultiStatemets )
94
94
-- Returns nothing
95
95
-- Multi statements ("SELECT 1; SELECT 2;") can be disabled if this function is called with useMultiStatemets = false
96
- -- This has to be called before Database:connect() to work
96
+ -- This may only be called before Database:connect()
97
97
98
98
Database :setCachePreparedStatements (cachePreparedStatements )
99
99
-- Returns nothing
@@ -104,7 +104,7 @@ Database:setCachePreparedStatements(cachePreparedStatements)
104
104
Database :wait ()
105
105
-- Returns nothing
106
106
-- Forces the server to wait for the connection to finish. (might cause deadlocks)
107
- -- This has to be called after Database:connect()
107
+ -- This may only be called after Database:connect()
108
108
109
109
Database :serverVersion ()
110
110
-- Returns [Number]
You can’t perform that action at this time.
0 commit comments