Skip to content

Conversation

@ilevkivskyi
Copy link
Contributor

Fixes #50

The goal is mostly to simplify the sync with our internal code. There are two changes that are going to be reverted soon:

  • Type engine parameter for String should actually be Text, it is set to str temporarily for short transition period. It will be reverted back to Text before the release.
  • The two lenient overloads in Column.__init__() are temporarily added to suppress some errors. They will be also removed before the release.

@ilevkivskyi ilevkivskyi merged commit daf6637 into dropbox:master Jan 18, 2019
@ilevkivskyi ilevkivskyi deleted the small-temp-fixes branch January 18, 2019 15:52
kespindler pushed a commit to januarytech/sqlalchemy-stubs that referenced this pull request Feb 2, 2019
Fixes dropbox#50

The goal is mostly to simplify the sync with our internal code. There are two changes that are going to be reverted soon:
* Type engine parameter for `String` should actually be `Text`, it is set to `str` temporarily for short transition period. It will be reverted back to `Text` before the release.
* The two lenient overloads in `Column.__init__()` are temporarily added to suppress some errors. They will be also removed before the release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant