issues
search
bmuller
/
twistar
Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Dead or Alive ?
#78
om26er
closed
3 years ago
1
fix log method with list object as argument instead of list of strings
#77
senaps
closed
6 years ago
2
class `InteractionBase` method `log` fails if received tuple, why it receives a tuple?
#76
senaps
closed
6 years ago
2
Intial Python3 support (requires Twisted>=16)
#75
nocko
closed
6 years ago
15
Proper transactions
#74
sehoffmann
opened
8 years ago
4
...
#73
sehoffmann
closed
8 years ago
3
How to make a join statement
#72
aaleotti-unimore
closed
8 years ago
4
Twistar calling lastval() causing error in psycopg2
#71
aaleotti-unimore
closed
8 years ago
2
Changelog?
#70
zgoda
closed
8 years ago
1
Changes InteractionBase.select() to preserve where clause when id argument is provided
#69
nocko
closed
8 years ago
9
Make type-checks 'future compatible' by using isinstance
#68
adrienguerard
closed
8 years ago
3
Change type checks to use "isinstance" instead of "is"
#67
adrienguerard
closed
8 years ago
3
validatesUniquenessOf triggers Segmentation Fault in a particular case
#66
Reve
closed
8 years ago
9
toHash() all
#65
morfair
closed
8 years ago
6
Support for non "id" primary keys
#64
sehoffmann
opened
8 years ago
1
New-style classes
#63
sehoffmann
closed
8 years ago
0
eager loading relationships
#62
giulioprovasi
opened
8 years ago
1
Debian/Ubuntu packaging
#61
evilaliv3
closed
8 years ago
9
Python3 compatibility
#60
evilaliv3
opened
8 years ago
0
Improve unit testing by means of Tox and Coveralls
#59
evilaliv3
closed
8 years ago
10
toHash and Decimal
#58
morfair
closed
9 years ago
1
Unique and only specified fields in .find()
#57
morfair
closed
9 years ago
2
Change getLastInsertID to use cursor.lastrowid from DB-API instead of hard coded query
#56
nocko
closed
9 years ago
1
Change BaseInteraction.insert() to pass rowid to callback to match docs
#55
nocko
closed
9 years ago
1
Fix dictToWhere tests with OrderedDict for predictable string output
#54
nocko
closed
9 years ago
0
Fixes InteractionBase.insert() to return rowid as per source documentation
#53
nocko
closed
9 years ago
2
find() variant returning a generator?
#52
janpascal
opened
9 years ago
4
Please provide git tags for releases
#51
janpascal
closed
9 years ago
2
Is this project dead?
#50
sehoffmann
closed
9 years ago
1
The statement generated by utils.dictToWhere is not suitable for None value
#49
g1itch
closed
10 years ago
2
twistar.tests.test_dbobject.DBObjectTest.test_delete_all fails
#48
bburky
closed
10 years ago
2
Please release version 1.2
#47
mbehrle
closed
11 years ago
3
Minor documentation improvements
#46
dehnert
closed
11 years ago
1
[#956] Add support for storing logs in database.
#45
alibotean
closed
11 years ago
1
Update examples.xhtml
#44
ghost
closed
11 years ago
1
Please clarify code license
#43
adiroiban
closed
11 years ago
0
Please add a tag for 1.1
#42
adiroiban
closed
11 years ago
2
EscapeColNames function
#41
alexyer
closed
11 years ago
3
easy_install twistar fails
#40
erikkaplun
closed
11 years ago
2
Added DBObject.__hash__; fixes #38
#39
erikkaplun
closed
11 years ago
0
DBObject.__hash__ missing
#38
erikkaplun
closed
11 years ago
0
Add an updateAll method
#37
erikkaplun
opened
11 years ago
0
Use inlineCallbacks in instead of DeferredList; fixes #35
#36
erikkaplun
closed
11 years ago
0
TransactionTest.test_findOrCreate fails with "database is locked"
#35
erikkaplun
closed
11 years ago
0
afterInit called twice + errors in it not caught (breaks compat.)
#34
erikkaplun
opened
11 years ago
2
twistar.validation.lengthOf fails when the attribute is None
#33
erikkaplun
closed
11 years ago
2
twistar.validation.presenceOf is broken
#32
erikkaplun
closed
11 years ago
1
Fixed issues #30, #32, #33 and #34
#31
erikkaplun
closed
5 years ago
9
afterInit is not called
#30
erikkaplun
closed
11 years ago
2
Make Twistar available on pypi.python.org
#29
erikkaplun
closed
11 years ago
1
Next