Skip to content

Commit

Permalink
Learning ReStructuredTest...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harrington authored and Sean Harrington committed Aug 5, 2016
1 parent 074a5a1 commit 8f99033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ History

* Fixed bug which threw an exception when source is PostgreSQL, and table is capitalized.

```engine.execute(SELECT COUNT(*) FROM Capitalizedtable)``` _replaced with_
```T_with_capitalized_name..count().fetchone() for cross-db support```
``engine.execute(SELECT COUNT(*) FROM Capitalizedtable)`` *replaced with*
``T_with_capitalized_name..count().fetchone() for cross-db support``


**Other Changes**:
Expand Down

0 comments on commit 8f99033

Please sign in to comment.