add _id when missing on an insert
OID generation by the server a little better OID str form output straigth byte order now
This commit is contained in:
@@ -15,7 +15,7 @@ int main() {
|
||||
|
||||
DBClientConnection conn;
|
||||
string errmsg;
|
||||
if ( ! conn.connect( "127.0.0.1" , errmsg ) ) {
|
||||
if ( ! conn.connect(/* "192.168.58.1"*/"127.0.0.1" , errmsg ) ) {
|
||||
cout << "couldn't connect : " << errmsg << endl;
|
||||
throw -11;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user