kennethreitz
d9c6fea783
Add requirements.txt with pytest and pg extras
2024-03-29 19:23:03 -04:00
kennethreitz
d53f49c9ae
we really don't need pipenv here
2024-03-29 19:20:56 -04:00
kennethreitz
ba85c445e5
Create README.md
2024-03-29 19:17:47 -04:00
kennethreitz
78636f211a
Update README.rst
2024-03-29 19:14:22 -04:00
kennethreitz
661a67b93a
Update README.rst
2024-03-29 19:13:53 -04:00
kennethreitz
cb2f64e2b1
Update README.rst
2024-03-29 19:13:31 -04:00
kennethreitz
3f1e214dd7
Merge pull request #158 from mkai/_rm_old_sqlalchemy
...
Removed dependency on old SQLAlchemy (for Python 2.6)
2024-03-29 19:07:25 -04:00
kennethreitz
3853e17de8
Merge branch 'master' into _rm_old_sqlalchemy
2024-03-29 19:07:18 -04:00
kennethreitz
461b245973
Merge pull request #215 from python-pitfalls/master
...
removed a manual indexer iterator pitfall
2024-03-29 19:06:25 -04:00
kennethreitz
7e0be6d383
Merge pull request #219 from prasad83/master
...
Fixed query execute & result for Sqlachemy 2.0
2024-03-29 19:05:30 -04:00
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
prasad83
25ccf2e14d
Fix for string based key lookup with sqlachemy 2.0
...
Should use wrapped _keys instead of keys()
2023-05-02 20:41:47 +05:30
prasad83
c03e2bf950
Fixed query execute with params for Sqlachemy 2.0
...
Sqlachemy 2.x expects parameters be bound to statement (=text(query))
2023-05-02 20:13:38 +05:30
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
Naelson Douglas
0dc011e965
removed a manual indexer iterator pitfall
2021-10-19 16:07:29 -03: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
Markus Kaiserswerth
48e2283172
Removed dependency on old SQLAlchemy (for Python 2.6)
...
The conditional dependency on SQLAlchemy is no longer required since
support for Python 2.6 was removed.
2018-06-25 12:15:35 +02: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