Skip to content

Commit 2c5a02f

Browse files
authored
Update CHANGELOG.md
1 parent b65001f commit 2c5a02f

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

CHANGELOG.md

+22-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# sqlalchemy-teradata changelog
1+
# Change Log
2+
3+
## [Unreleased](https://github.com/Teradata/sqlalchemy-teradata/tree/HEAD)
4+
5+
**Closed issues:**
6+
7+
- limit\_clause should include \*\*kwargs in it's function arguments [\#6](https://github.com/Teradata/sqlalchemy-teradata/issues/6)
8+
- Add "timestamp" to reserved keywords [\#4](https://github.com/Teradata/sqlalchemy-teradata/issues/4)
9+
- Schema meaning in dialect implementation [\#3](https://github.com/Teradata/sqlalchemy-teradata/issues/3)
10+
- AUTHMECH=LDAP [\#1](https://github.com/Teradata/sqlalchemy-teradata/issues/1)
11+
12+
**Merged pull requests:**
13+
14+
- Dialect methods implementation [\#9](https://github.com/Teradata/sqlalchemy-teradata/pull/9) ([mrbungie](https://github.com/mrbungie))
15+
- Fix proposal for \#3 [\#8](https://github.com/Teradata/sqlalchemy-teradata/pull/8) ([mrbungie](https://github.com/mrbungie))
16+
- Fixes limit\_clause signature problems [\#7](https://github.com/Teradata/sqlalchemy-teradata/pull/7) ([mrbungie](https://github.com/mrbungie))
17+
- Added timestamp to ReservedKeywords [\#5](https://github.com/Teradata/sqlalchemy-teradata/pull/5) ([mrbungie](https://github.com/mrbungie))
18+
19+
220

321
### Changes in Version 0.0.6 (Released: July 6, 2016)
422
The [original repository](https://github.com/sandan/sqlalchemy-teradata) has moved under the Teradata organization :tada::confetti_ball::chart_with_upwards_trend:
@@ -7,6 +25,6 @@ The initial implementation includes the following changes:
725
* `An implementation of TeradataDialect and the various compilers`
826
* `Implement various generic types in the TeradataTypeCompiler and dialect specific types`
927
* `Various tests for the types and usage of the dialect`
10-
11-
The majority of the development in the beginning is squashed into the following commit:
12-
* [add tests, compiler impls, type impls](https://github.com/Teradata/sqlalchemy-teradata/commit/def0489f6f75bbfaf6012027394e78747a3941fc)
28+
29+
The majority of the development in the beginning is squashed into the following commit:
30+
* [add tests, compiler impls, type impls](https://github.com/Teradata/sqlalchemy-teradata/commit/def0489f6f75bbfaf6012027394e78747a3941fc)

0 commit comments

Comments
 (0)