Commit Graph

496 Commits

Author SHA1 Message Date
Itai Shirav
685e3dffe9 Bug fix - parse_array fails on int arrays 2016-09-15 12:03:41 +03:00
Itai Shirav
66f8e8a4ae Performance improvements when inserting
escape - check first if there are any special chars before replacing
send lines in batches
Use list comprehension in to_tsv
2016-09-15 11:32:07 +03:00
Itai Shirav
6221fb4143 Finished Release v0.7.0 2016-09-01 16:15:50 +03:00
Itai Shirav
13bd956fc6 Add support for array fields 2016-09-01 15:25:48 +03:00
Itai Shirav
8fc3a31d4b Add support for enum fields 2016-08-31 15:43:06 +03:00
Itai Shirav
c0af06875c Finished Release v0.6.3 2016-08-01 10:29:26 +03:00
Itai Shirav
071bcd283d Add Python 3 support 2016-08-01 10:28:10 +03:00
Itai Shirav
290f8da9ce Finished Release v0.6.2 2016-07-28 10:44:35 +03:00
Ivan Ladelshchikov
e7d0668418 use self variables to fix undefined behaviour 2016-07-28 07:43:10 +03:00
Itai Shirav
a727c3cf01 Finished Release v0.6.1 2016-07-12 08:27:18 +03:00
Itai Shirav
ffa99f3f10 cache ad hoc models 2016-07-11 17:11:56 +03:00
Itai Shirav
f29b3ea696 Add $table and $db placeholders 2016-07-11 16:17:49 +03:00
Itai Shirav
993705e97b Finished Release v0.6.0 2016-07-11 13:05:25 +03:00
Itai Shirav
5906d90b1f migrations support - documentation 2016-07-11 13:04:48 +03:00
Itai Shirav
52e9d30c5c stream only SELECTs, to prevent "connection reset by peer" errors 2016-07-10 16:40:47 +03:00
Itai Shirav
0a21f5da83 Finished Release v0.5.6 2016-07-10 08:08:50 +03:00
Itai Shirav
87ee685c8b migrations support 2016-07-05 16:20:18 +03:00
Itai Shirav
26005f75e2 Finished Release v0.5.5 2016-07-04 11:42:35 +03:00
Itai Shirav
255df6091a added README note 2016-07-04 11:42:30 +03:00
Itai Shirav
b4f4af8c75 support pagination 2016-07-03 15:39:08 +03:00
Itai Shirav
a3bd212133 Simplify conversion of int and float fields 2016-06-30 16:17:53 +03:00
Itai Shirav
4efdcda97b Fix bug in date parsing 2016-06-30 16:12:02 +03:00
Itai Shirav
9489115d6e Fix bug in datetime parsing 2016-06-30 12:11:47 +03:00
Itai Shirav
c6c9f13e51 Support dashes and other special characters in database names and table names 2016-06-30 11:36:54 +03:00
Itai Shirav
c1053f4c75 Finished Release v0.5.4 2016-06-29 14:53:52 +03:00
Itai Shirav
6e786d75e9 Support model class inheritance 2016-06-29 14:52:55 +03:00
Itai Shirav
e469ed4e10 Finished Release v0.5.2 2016-06-28 12:14:47 +03:00
Itai Shirav
553ebf0151 TRIVIAL pypi documentation 2016-06-28 11:49:43 +03:00
Itai Shirav
8a7560b9ef Finished Release v0.5.1 2016-06-28 11:11:41 +03:00
Itai Shirav
0125e6fe64 TRIVIAL pypi documentation 2016-06-28 11:11:37 +03:00
Itai Shirav
0e892909f6 Finished Release v0.5 2016-06-26 18:09:04 +03:00
Itai Shirav
3e6677f939 documentation 2016-06-26 18:04:46 +03:00
Itai Shirav
5510de597d documentation 2016-06-26 17:56:45 +03:00
Itai Shirav
5b033a1e1b fix int ranges 2016-06-26 17:41:17 +03:00
Itai Shirav
64f8cde1c0 documentation 2016-06-26 16:52:25 +03:00
Itai Shirav
27ee24843a documentation 2016-06-26 15:11:23 +03:00
Itai Shirav
92ea9d413e support ad-hoc models 2016-06-26 15:11:16 +03:00
Itai Shirav
9262f0eae6 add database.select and field range checks 2016-06-23 19:05:44 +03:00
Itai Shirav
92e8b8259f better validation of keyword arguments in model constructor 2016-06-23 18:34:52 +03:00
Itai Shirav
b08f1b3688 model field conversion on assignment 2016-06-23 18:24:20 +03:00
Itai Shirav
25e85adc0d add database.insert and database.count 2016-06-23 17:35:17 +03:00
Itai Shirav
571ea8b6e5 rename project 2016-06-23 15:46:11 +03:00
Itai Shirav
b1174f09ea Initial commit of database class 2016-06-23 15:10:49 +03:00
Itai Shirav
4da45b0be5 Getting started 2016-06-23 14:11:20 +03:00
Itai Shirav
a4dcc92a0e Initial commit 2016-06-23 14:05:07 +03:00
Itai Shirav
2f99d58a61 added all project files 2016-06-23 14:05:07 +03:00