[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: MongoCollection: Add 'GetNextSerial()' method, that returns an...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
6b53bd9e by Benoît Minisini at 2024-09-24T16:54:44+02:00
MongoCollection: Add 'GetNextSerial()' method, that returns an auto-incremented integer associated with the collection.

[GB.MONGODB]
* NEW: MongoCollection is now implemented in the Gambas part, by inherting '_MongoCollection'.
* NEW: MongoCollection: Add 'GetNextSerial()' method, that returns an auto-incremented integer associated with the collection.

- - - - -
8954b67f by Benoît Minisini at 2024-09-24T16:54:57+02:00
Add 'MongoClient.MakeId()' method and 'MongoCollection.Client' property.

[GB.MONGODB]
* NEW: Rename internal 'MongoCollection' class into '_MongoCollection'.
* NEW: MongoClient: 'MakeId()' is a new method that generates a new MongoDB object id, and returns it as a string.
* NEW: MongoCollection: 'Client' is a new property that returns the 'MongoClient' object associated with the collection.

- - - - -


5 changed files:

- gb.mongodb/src/c_mongoclient.c
- gb.mongodb/src/c_mongocollection.c
- gb.mongodb/src/gb.mongodb/.icon.png
- gb.mongodb/src/gb.mongodb/.src/Main.module
- + gb.mongodb/src/gb.mongodb/.src/MongoCollection.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fb3974752ae15f05759b239c0df7139000040868...8954b67f054caeae0a45d8a2901228c223a24174

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fb3974752ae15f05759b239c0df7139000040868...8954b67f054caeae0a45d8a2901228c223a24174
You're receiving this email because of your account on gitlab.com.