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:
CaS 2004-11-09 10:52:27 +00:00
parent 40d2c83bad
commit b5d693db38

View file

@ -921,7 +921,11 @@ extern NSTimeInterval SQLClientTimeNow();
* together in a single operation (for efficiency etc).<br />
* This does not alter the other transaction, so if the execution of
* 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;