]>
git.jsancho.org Git - datasette-pytables.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Javier Sancho [Fri, 18 May 2018 10:33:23 +0000 (12:33 +0200)]
Support PyTables expressions using the new parser
Javier Sancho [Fri, 18 May 2018 08:40:01 +0000 (10:40 +0200)]
Replace sqlparse with Mozilla SQL Parser
Javier Sancho [Wed, 16 May 2018 10:14:45 +0000 (12:14 +0200)]
Check limit to return the appropiate number of rows
Javier Sancho [Tue, 15 May 2018 10:56:57 +0000 (12:56 +0200)]
Support queries in PyTables style
Javier Sancho [Tue, 15 May 2018 10:27:51 +0000 (12:27 +0200)]
Provide int types instead numpy types for allowing JSON encoding
Javier Sancho [Tue, 15 May 2018 08:30:25 +0000 (10:30 +0200)]
Filter fields with conditions from datasette forms
Javier Sancho [Mon, 14 May 2018 10:18:39 +0000 (12:18 +0200)]
Resolve queries by rowid (nrow)
Javier Sancho [Fri, 11 May 2018 10:36:12 +0000 (12:36 +0200)]
Return default __getitem__ when label is a string
Javier Sancho [Fri, 11 May 2018 10:22:37 +0000 (12:22 +0200)]
Convert from bytes to strings
Javier Sancho [Fri, 11 May 2018 10:15:38 +0000 (12:15 +0200)]
Return columns and rows ready to be shown on datasette
Javier Sancho [Fri, 11 May 2018 08:35:34 +0000 (10:35 +0200)]
Basic execute method for queries
Javier Sancho [Tue, 8 May 2018 10:58:12 +0000 (12:58 +0200)]
PyTables Connection class
Javier Sancho [Tue, 8 May 2018 10:19:11 +0000 (12:19 +0200)]
Add connector type to inspect info
Javier Sancho [Mon, 7 May 2018 10:53:47 +0000 (12:53 +0200)]
Inspect pytables files for getting tables info
Javier Sancho [Fri, 4 May 2018 11:02:15 +0000 (13:02 +0200)]
Remove useless decorator
Javier Sancho [Fri, 4 May 2018 10:51:12 +0000 (12:51 +0200)]
Initial commit