Mikhail Kashkin
Mikhail Kashkin
Hello, can you please provide full traceback and with command used
I ended with similar hack, unfortunately before found this discussion: ``` python from sqlalchemy import Column, Integer, String, Binary from sqlalchemy.ext.declarative import declarative_base def mock_engine(): from sqlalchemy import create_engine as...
Unfortunately I recently found that this approach generate very low quality SQL. I don't know how exactly call this approach, may be SQLalchemy expression language. As opposite to class based....
Any chance that this PR will be merged?
@nickoala I think we misunderstood each other. Don't let that I mention Sanic confuse you. My pull request was built around [2 lines of code](https://github.com/nickoala/telepot/pull/362/files#diff-074cd614cb50a4cec301aa8d04e0a189L13). Existing code silently create an...
As a temporary fix I made this workaround: ```py import asyncio import aiohttp import async_timeout import telepot.aio from telepot.aio.api import ( _proxy, _parse, _compose_timeout, _compose_data, _methodurl ) from telepot.exception import...
File attach didn't work well. So I made the pull request #362. I don't know how to attach it to this issue.
I put some thoughts into #272, and think it is worth to mention here. OFFSET is not the best way to paginate. It was also noticed by @noah in https://github.com/mitsuhiko/flask-sqlalchemy/issues/232#issuecomment-76480428....