Barbara Miller
|
4ad3cff415
|
updates for rethinkdb 2.4.9
|
2023-05-18 17:16:04 -07:00 |
|
Noah Levitt
|
164a0d48af
|
forget the orm smart updates
I think it was blowing up the size of the model objects, not sure why
exactly, but it was kind of pointless, and complex
|
2019-05-16 23:52:13 +00:00 |
|
Noah Levitt
|
7692992676
|
fix dumb bug
|
2018-03-22 16:01:21 -07:00 |
|
Noah Levitt
|
2f01252c32
|
change logic of orm constructor so that initial values are not considered updates, and explain a bit in the docstring
|
2017-03-23 18:19:13 -07:00 |
|
Noah Levitt
|
7b17ed1057
|
turns out we want populate_defaults to happen in __init__, fix so things work right
|
2017-03-07 17:46:48 -08:00 |
|
Noah Levitt
|
3fd2e5cf60
|
new method on orm class populate_defaults(), which runs at the beginning of save(), since populating them in __init__() is problematic
|
2017-03-07 12:44:52 -08:00 |
|
Noah Levitt
|
07bc01cbbd
|
have Document.load() return None if no such doc is found in the db
|
2017-03-02 10:31:29 -08:00 |
|
Noah Levitt
|
246dfb5b7e
|
new orm class method table_ensure
|
2017-03-01 11:40:12 -08:00 |
|
Noah Levitt
|
c14bae6050
|
new convention, call Rethinker object rr (mnemonic RethinkeR, or *double*[think]), leave rethinkdb as r per the rethinkdb convention
|
2017-03-01 11:20:27 -08:00 |
|
Noah Levitt
|
536bf8d1d8
|
implement or explicitly disallow other top-level dict operations on ORM Document, and add more automated tests
|
2017-02-28 17:56:44 -08:00 |
|
Noah Levitt
|
e8db41763b
|
rename the project "doublethink" (credit goes to @adam-miller)
|
2017-02-28 16:44:26 -08:00 |
|