mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-22 19:31:36 +00:00
Added minor warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20321 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40d2c83bad
commit
b5d693db38
1 changed files with 5 additions and 1 deletions
|
@ -921,7 +921,11 @@ extern NSTimeInterval SQLClientTimeNow();
|
||||||
* together in a single operation (for efficiency etc).<br />
|
* together in a single operation (for efficiency etc).<br />
|
||||||
* This does not alter the other transaction, so if the execution of
|
* This does not alter the other transaction, so if the execution of
|
||||||
* a group of merged transactions fails, it is then possible to attempt
|
* a group of merged transactions fails, it is then possible to attempt
|
||||||
* to commit the individual transactions separately.
|
* to commit the individual transactions separately.<br />
|
||||||
|
* NB. All transactions appended ought to be using the same type of database
|
||||||
|
* connection, so that their quoting conventions are consistent. If you
|
||||||
|
* attempt to append transactions relating to SQLClients with different
|
||||||
|
* quoting conventions, the resulting transaction may not work.
|
||||||
*/
|
*/
|
||||||
- (void) append: (SQLTransaction*)other;
|
- (void) append: (SQLTransaction*)other;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue