summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2014-06-14 08:58:18 -0400
committerHarel Ben-Attia <harelba@gmail.com>2014-06-14 08:58:18 -0400
commitedbba669a70ddb4f54a7c35dfc93266a65c2d734 (patch)
tree19905a7387069f7a801a3fc3ef26cd85f8101867
parentfb8f36204c25da752aca0b0a0aad2583dbe3e125 (diff)
fixed changelog links
-rw-r--r--doc/CHANGELOG.markdown42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/CHANGELOG.markdown b/doc/CHANGELOG.markdown
index 44ee9b8..29beeca 100644
--- a/doc/CHANGELOG.markdown
+++ b/doc/CHANGELOG.markdown
@@ -6,18 +6,18 @@
- Output header support
- Additional control over query and output encodings
- Solved the following bugs/pull-requests:
- - [#52](../../issues/52) - Bulk insert for better performance
- - [#55](../../issues/55) - Use UUID to ensure temporary table names don't clash
- - [#53](../../issues/53) - Allow easier tab-delimited output
- - [#51](../../issues/51) - Ensure that generated temp tables are uniquely named
- - [#50](../../issues/50) - Copyright peculiarities
- - [#49](../../issues/49) - Add option to output fieldnames as headers
- - [#48](../../issues/48) - PEP 8
- - [#47](../../issues/47) - Prevent regexp from failing when field value is null
- - [#41](../../issues/41) - Fix project folder structure
- - [#32](../../issues/32) - Remove duplicated definitions, and PEP8-ing (tabs to spaces, etc.)
- - [#29](../../issues/29) - RPM: Source0 should be a URL
- - [#54](../../issues/54) - Fix query encoding (data encoding works well)
+ - [#52](../../../issues/52) - Bulk insert for better performance
+ - [#55](../../../issues/55) - Use UUID to ensure temporary table names don't clash
+ - [#53](../../../issues/53) - Allow easier tab-delimited output
+ - [#51](../../../issues/51) - Ensure that generated temp tables are uniquely named
+ - [#50](../../../issues/50) - Copyright peculiarities
+ - [#49](../../../issues/49) - Add option to output fieldnames as headers
+ - [#48](../../../issues/48) - PEP 8
+ - [#47](../../../issues/47) - Prevent regexp from failing when field value is null
+ - [#41](../../../issues/41) - Fix project folder structure
+ - [#32](../../../issues/32) - Remove duplicated definitions, and PEP8-ing (tabs to spaces, etc.)
+ - [#29](../../../issues/29) - RPM: Source0 should be a URL
+ - [#54](../../../issues/54) - Fix query encoding (data encoding works well)
**Thu Mar 03 2014 Harel Ben-Attia <harelba@gmail.com> 1.3.0-1**
- Added column name and type detection (Use -A to see name/type analysis for the specified input)
@@ -26,15 +26,15 @@
- More improvements to error reporting
- Added a test suite, in preparation for refactoring
- Solves the following bugs/pull-requests:
- - [#7](../../issues/7) - Dynamic column count support
- - [#8](../../issues/8) - Column name inference from input containing a header row
- - [#9](../../issues/9) - Automatic column type inference using sample data
- - [#30](../../issues/30) - Header lines option does nothing
- - [#33](../../issues/33) - Last column should allow for spaces?
- - [#35](../../issues/35) - Add q.bat
- - [#38](../../issues/38) - Problem with whitespace delimiter
- - [#43](../../issues/43) - using the -t flag stopped the header flag from working
- - [#44](../../issues/44) - Space in column name on TAB separated values break q
+ - [#7](../../../issues/7) - Dynamic column count support
+ - [#8](../../../issues/8) - Column name inference from input containing a header row
+ - [#9](../../../issues/9) - Automatic column type inference using sample data
+ - [#30](../../../issues/30) - Header lines option does nothing
+ - [#33](../../../issues/33) - Last column should allow for spaces?
+ - [#35](../../../issues/35) - Add q.bat
+ - [#38](../../../issues/38) - Problem with whitespace delimiter
+ - [#43](../../../issues/43) - using the -t flag stopped the header flag from working
+ - [#44](../../../issues/44) - Space in column name on TAB separated values break q
- Breaking changes:
- Changed -H behavior so it's now a flag an not a parameter (1 line always)
- Removed support for multi-char delimiters