kennethreitz
27ea234ab4
Merge pull request #154 from arokosaki/master
...
fix for RecordCollection slicing bug
2024-03-29 19:05:18 -04:00
kennethreitz
332273d8b0
Merge pull request #172 from keelanfh/master
...
Pass kwargs to get_table_names function
2024-03-29 19:04:47 -04:00
kennethreitz
03eb1f3778
Merge pull request #186 from kipyin/patch-1
...
Fix Tablib docs links
2024-03-29 19:04:34 -04:00
kennethreitz
39162aceee
Merge branch 'master' into patch-1
2024-03-29 19:04:28 -04:00
kennethreitz
491b234ecc
Merge pull request #190 from shacknetisp/closed_149
...
Use close_with_result rather than closing connections too early. (Fixes the sqlite error.)
2024-03-29 19:02:30 -04:00
kennethreitz
e6812128fd
Merge pull request #184 from paulvoe/master
...
remove temporary openpyxl fix
2024-03-29 19:01:35 -04:00
kennethreitz
a6c7df00a0
Merge pull request #187 from nmurthy/patch-1
...
Fix tablib links
2024-03-29 19:01:22 -04:00
kennethreitz
677d8e5e18
Merge pull request #199 from kingaj12/patch-1
...
Update records.py
2024-03-29 19:01:05 -04:00
kennethreitz
25c925bba6
Merge pull request #211 from kennethreitz/dependabot/pip/py-1.10.0
...
Bump py from 1.5.3 to 1.10.0
2024-03-29 19:00:51 -04:00
kennethreitz
600be6d569
Merge pull request #216 from WangWeigao/patch-1
...
Compatible with SQLAlchemy 1.4.*
2024-03-29 19:00:38 -04:00
kennethreitz
9852454301
Update README.rst
2024-03-29 19:00:16 -04:00
Alan King
494ea86de2
Merge branch 'kennethreitz:master' into patch-1
2023-03-23 14:39:41 -04:00
kennethreitz
67aeb43116
Update FUNDING.yml
2023-03-13 12:40:40 -04:00
WangWeigao
ce3be02cce
Compatible with SQLAlchemy 1.4.*
...
Compatible with SQLAlchemy 1.4.*
2021-12-16 16:40:18 +08:00
dependabot[bot]
3c32195bd9
Bump py from 1.5.3 to 1.10.0
...
Bumps [py](https://github.com/pytest-dev/py ) from 1.5.3 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases )
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/py/compare/1.5.3...1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-20 16:59:13 +00:00
kennethreitz
0e2d186857
Create FUNDING.yml
2020-12-22 02:29:21 -05:00
Alan King
63f23920dd
Update records.py
...
added a "get_engine()" method
2020-08-12 01:05:12 -04:00
Paul Philip Voelker
8346dadb61
Add openpyxl>2.6.0 requirement
2020-03-30 21:59:55 +02:00
Beha
ee04fb2468
Use close_with_result rather than closing connections too early.
2020-01-06 08:24:39 -05:00
Nikhil Murthy
d79b39a194
Update README.rst
...
Phone editing fixes...
2019-11-08 12:20:08 -08:00
Nikhil Murthy
1c123ae779
Fix tablib links
2019-11-08 12:18:11 -08:00
Kip Yin
1fdeb9516e
Fix Tablib docs links
2019-10-26 00:11:04 +08:00
Paul Philip Voelker
28aac298e0
remove temporary openpyxl fix
2019-09-02 18:51:51 -04:00
kennethreitz
c23f577012
Merge pull request #180 from fritz-clicktripz/patch-1
...
DATABASE_URL from env
2019-08-20 00:06:01 -04:00
fritz-clicktripz
3ae59e78c5
Update records.py
...
Addresses issue https://github.com/kennethreitz/records/issues/179
2019-05-23 12:31:23 -04:00
kennethreitz
a9cd499c90
Update README.rst
2019-05-06 07:41:50 -04:00
Parth Shandilya
ecd857266c
Merge pull request #169 from TZubiri/patch-1
...
Typo in readme
2019-03-07 21:41:58 +05:30
Keelan Fadden-Hopper
9d1e1b8eed
Pass kwargs to get_table_names function
...
When using the `get_table_names` function, the function currently will not allow the user to pass in the `schema` argument. This means that, for instance, you can't get the table names for a PostgreSQL schema other than the default schema. This feature could be added quite easily.
2019-02-13 11:50:45 +00:00
TZubiri
b9cbe80aba
Typo in readme
2019-01-27 18:44:24 -03:00
kennethreitz
80ad70f07d
Update README.rst
v0.5.3
2018-09-17 08:13:13 -04:00
kennethreitz
f8197e7961
Update README.rst
2018-09-17 08:13:01 -04:00
arokosaki
488197eaf9
remove cach and idea folders
2018-06-18 14:14:47 +03:00
arokosaki
d47f7b8d33
fix records.RecordCollection slicing bug
2018-06-17 23:56:06 +03:00
Jan Vlčinský
c5dfc013eb
Merge pull request #150 from vlcinsky/noomnijson
...
Require tablib>=0.11.4 to resolve #52
2018-04-28 22:49:20 +02:00
Jan Vlcinsky
e7bb914cd8
Require tablib>=0.11.4 to resolve #52
...
Given tablib version removed omnijson and uses stdlib one.
2018-04-28 22:47:42 +02:00
Jan Vlčinský
03759f11e9
Merge pull request #147 from vlcinsky/test_trans_refactor
...
tests/test_transactions.py refactored
2018-04-28 22:16:38 +02:00
Jan Vlčinský
37a1f72a22
Merge pull request #148 from mcdallas/db-one
...
Make .one() use .first() under the hood
2018-04-27 21:59:42 +02:00
mcdallas
abdeb7e8c8
reuse code from .first() in .one()
2018-04-27 14:44:35 +01:00
Jan Vlcinsky
069e530978
Added test case for issue #105
2018-04-27 00:06:58 +02:00
Jan Vlcinsky
2b436fb37f
Added test case for issue #69
2018-04-26 23:19:55 +02:00
Jan Vlcinsky
e2e73cbf5d
tests/test_transactions.py refactored
2018-04-26 22:47:11 +02:00
Jan Vlčinský
6b62ec881b
Merge pull request #146 from hugovk/rm-eol
...
Drop EOL Python 2.6 and 3.3
2018-04-26 17:34:50 +02:00
Hugo
59bb3c6da9
Use automatic formatters
2018-04-26 16:24:45 +03:00
Hugo
8e75acf23f
Remove EOL Python 2.6 and 3.3, add 3.6
2018-04-26 16:24:16 +03:00
Jan Vlčinský
6788aa1c09
Merge pull request #143 from vlcinsky/fix_xlsx
...
Fix xlsx: fix #142
2018-04-26 15:04:02 +02:00
Jan Vlčinský
74711d2d32
Merge pull request #140 from vlcinsky/travis
...
Travis (rebuilt to use tox). Fix #139
2018-04-26 15:03:06 +02:00
Jan Vlčinský
9cf67325e3
Merge pull request #138 from vlcinsky/tox
...
Tox
2018-04-26 15:02:29 +02:00
Jan Vlčinský
5e59c24c60
Merge pull request #136 from vlcinsky/write_bytes
...
Write bytes: fix #78 writing bytes under python3
2018-04-26 15:01:36 +02:00
Jan Vlčinský
eb59a8fe61
Merge pull request #135 from vlcinsky/missing_imports
...
Missing imports
2018-04-26 15:00:47 +02:00
Jan Vlčinský
edace4fa8c
Merge pull request #134 from vlcinsky/fix_133
...
CLI handling. Fix #133 , check <format> is supported one.
2018-04-26 14:59:34 +02:00