]> git.jsancho.org Git - datasette-pytables.git/log
datasette-pytables.git
5 years agoTests for paginating tables and arrays
Javier Sancho [Fri, 25 May 2018 11:25:50 +0000 (13:25 +0200)]
Tests for paginating tables and arrays

5 years agoFix problems with arrays
Javier Sancho [Fri, 25 May 2018 11:25:16 +0000 (13:25 +0200)]
Fix problems with arrays

5 years agoUse max_returned_rows in conjuction with page_size for truncating
Javier Sancho [Fri, 25 May 2018 10:23:02 +0000 (12:23 +0200)]
Use max_returned_rows in conjuction with page_size for truncating

5 years agoShape testing
Javier Sancho [Thu, 24 May 2018 15:22:58 +0000 (17:22 +0200)]
Shape testing

5 years agoTest for arrays shape
Javier Sancho [Thu, 24 May 2018 14:57:14 +0000 (16:57 +0200)]
Test for arrays shape

5 years agoPyTables Row class based in list class for allow json serialization
Javier Sancho [Thu, 24 May 2018 14:56:09 +0000 (16:56 +0200)]
PyTables Row class based in list class for allow json serialization

5 years agoTest for non-existent tables
Javier Sancho [Thu, 24 May 2018 10:26:02 +0000 (12:26 +0200)]
Test for non-existent tables

5 years agoProcess some sqlite standard queries for obtaining tables info
Javier Sancho [Thu, 24 May 2018 10:24:52 +0000 (12:24 +0200)]
Process some sqlite standard queries for obtaining tables info

5 years agoTests for invalid custom queries and table page
Javier Sancho [Wed, 23 May 2018 14:43:27 +0000 (16:43 +0200)]
Tests for invalid custom queries and table page

5 years agoTruncate query results according to page_size limit
Javier Sancho [Wed, 23 May 2018 11:03:56 +0000 (13:03 +0200)]
Truncate query results according to page_size limit

5 years agoTest for custom query
Javier Sancho [Wed, 23 May 2018 10:22:21 +0000 (12:22 +0200)]
Test for custom query

5 years agoParse PyTables expressions without group/order/limit keywords in the query
Javier Sancho [Wed, 23 May 2018 10:08:51 +0000 (12:08 +0200)]
Parse PyTables expressions without group/order/limit keywords in the query

5 years agoTests for api homepage and api database page
Javier Sancho [Wed, 23 May 2018 09:50:01 +0000 (11:50 +0200)]
Tests for api homepage and api database page

5 years agoLittle support for arrays
Javier Sancho [Tue, 22 May 2018 11:19:28 +0000 (13:19 +0200)]
Little support for arrays

5 years agoSupport for 'distinct' and 'null' queries
Javier Sancho [Mon, 21 May 2018 15:20:42 +0000 (17:20 +0200)]
Support for 'distinct' and 'null' queries

5 years agoSupport PyTables expressions using the new parser
Javier Sancho [Fri, 18 May 2018 10:33:23 +0000 (12:33 +0200)]
Support PyTables expressions using the new parser

5 years agoReplace sqlparse with Mozilla SQL Parser
Javier Sancho [Fri, 18 May 2018 08:40:01 +0000 (10:40 +0200)]
Replace sqlparse with Mozilla SQL Parser

5 years agoCheck limit to return the appropiate number of rows
Javier Sancho [Wed, 16 May 2018 10:14:45 +0000 (12:14 +0200)]
Check limit to return the appropiate number of rows

5 years agoSupport queries in PyTables style
Javier Sancho [Tue, 15 May 2018 10:56:57 +0000 (12:56 +0200)]
Support queries in PyTables style

5 years agoProvide int types instead numpy types for allowing JSON encoding
Javier Sancho [Tue, 15 May 2018 10:27:51 +0000 (12:27 +0200)]
Provide int types instead numpy types for allowing JSON encoding

5 years agoFilter fields with conditions from datasette forms
Javier Sancho [Tue, 15 May 2018 08:30:25 +0000 (10:30 +0200)]
Filter fields with conditions from datasette forms

5 years agoResolve queries by rowid (nrow)
Javier Sancho [Mon, 14 May 2018 10:18:39 +0000 (12:18 +0200)]
Resolve queries by rowid (nrow)

5 years agoReturn default __getitem__ when label is a string
Javier Sancho [Fri, 11 May 2018 10:36:12 +0000 (12:36 +0200)]
Return default __getitem__ when label is a string

5 years agoConvert from bytes to strings
Javier Sancho [Fri, 11 May 2018 10:22:37 +0000 (12:22 +0200)]
Convert from bytes to strings

5 years agoReturn columns and rows ready to be shown on datasette
Javier Sancho [Fri, 11 May 2018 10:15:38 +0000 (12:15 +0200)]
Return columns and rows ready to be shown on datasette

5 years agoBasic execute method for queries
Javier Sancho [Fri, 11 May 2018 08:35:34 +0000 (10:35 +0200)]
Basic execute method for queries

5 years agoPyTables Connection class
Javier Sancho [Tue, 8 May 2018 10:58:12 +0000 (12:58 +0200)]
PyTables Connection class

5 years agoAdd connector type to inspect info
Javier Sancho [Tue, 8 May 2018 10:19:11 +0000 (12:19 +0200)]
Add connector type to inspect info

5 years agoInspect pytables files for getting tables info
Javier Sancho [Mon, 7 May 2018 10:53:47 +0000 (12:53 +0200)]
Inspect pytables files for getting tables info

5 years agoRemove useless decorator
Javier Sancho [Fri, 4 May 2018 11:02:15 +0000 (13:02 +0200)]
Remove useless decorator

5 years agoInitial commit
Javier Sancho [Fri, 4 May 2018 10:51:12 +0000 (12:51 +0200)]
Initial commit