☙◦ The Tablet ❀ GamerGirlandCo ◦❧ tablet
tablet pushed to main at tablet/diamond-orm 2025-04-08 20:13:18 +00:00
c85efdc49f improve json marshaling/unmarshaling
tablet pushed to main at tablet/diamond-orm 2025-04-07 06:09:09 +00:00
40b754668d rework Populate api
5585634c83 nvm figured it out lol?
Compare 2 commits »
tablet pushed to main at tablet/diamond-orm 2025-04-06 21:41:31 +00:00
4de1c20938 THIS DOESN'T WORK.
tablet pushed to main at tablet/diamond-orm 2025-04-06 19:47:29 +00:00
f3ce7f67ec THIS DOESN'T WORK.
tablet pushed to main at tablet/diamond-orm 2025-04-06 03:44:56 +00:00
1f9d32193f add Count function to Model
tablet pushed to main at tablet/diamond-orm 2025-04-06 03:31:02 +00:00
f92f447f73 fuck this reflection shit, i'm using codegen....
93b81308cb improve id incrementing logic
322d97dc95 implement recursive deletion for gridfs files when Delete() is called on a document
Compare 3 commits »
tablet pushed to main at tablet/diamond-orm 2025-03-28 00:01:04 +00:00
ad7c7f38af replace ReplaceOne with UpdateOne
tablet pushed to main at tablet/diamond-orm 2025-03-27 23:58:51 +00:00
3a12c3385c replace ReplaceOne with UpdateOne
tablet pushed to main at tablet/diamond-orm 2025-03-27 21:36:59 +00:00
33af8ce8e7 allow nil opts to be passed to Find* model methods
tablet pushed to main at tablet/diamond-orm 2025-03-27 21:34:17 +00:00
0a8f703eae fix Model.typeName being empty (!!)
tablet pushed to main at tablet/diamond-orm 2025-03-27 20:34:55 +00:00
fbe65294c6 add another special case for handling datetimes during find* queries
tablet pushed to main at tablet/diamond-orm 2025-03-27 20:04:33 +00:00
42954e8502 simplify conversion of bson.DateTimes to time.Times in handleAnon
tablet pushed to main at tablet/diamond-orm 2025-03-27 20:02:30 +00:00
d328bc3fbd fix time.Time fields not being saved
11d31fbbc1 improve Save api
Compare 2 commits »
tablet pushed to main at tablet/diamond-orm 2025-03-27 03:38:37 +00:00
bb37212be7 fix doSave calls to check if the document's ID is a zero value
tablet pushed to main at tablet/diamond-orm 2025-03-27 03:25:52 +00:00
bf1dad5a22 fix doSave calls to check if the document's ID is a zero value
tablet pushed to main at tablet/diamond-orm 2025-03-27 01:37:01 +00:00
a44b9679aa fix panic caused by unsafe slice-casting operation in model.go
tablet pushed to main at tablet/diamond-orm 2025-03-27 00:35:02 +00:00
a91f4b6af8 fall back to not panicking if replication isn't enabled...
tablet pushed to main at tablet/diamond-orm 2025-03-27 00:33:55 +00:00
325534a7d0 clarify in README that replication is required for autoincrementing IDs
tablet pushed to main at tablet/diamond-orm 2025-03-27 00:16:15 +00:00
1c18fc2bf6 fix compile errors caused by mongo driver API changes
tablet pushed to main at tablet/diamond-orm 2025-03-25 21:13:45 +00:00
8668e89991 update dependencies