forked from bluthg/odbc_fdw
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rafa de la Torre
committed
Feb 20, 2018
1 parent
49f6576
commit e911da7
Showing
10 changed files
with
12 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Changelog | ||
|
||
## 0.3.0 | ||
Released yyyy-mm-dd | ||
Released 2018-02-20 | ||
|
||
Bug fixes: | ||
- Fixed issues with travis builds | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,17 +3,18 @@ | |
# foreign-data wrapper for ODBC | ||
# | ||
# Copyright (c) 2011, PostgreSQL Global Development Group | ||
# Copyright (c) 2016, 2017, 2018, CARTO | ||
# | ||
# This software is released under the PostgreSQL Licence | ||
# | ||
# Author: Zheng Yang <[email protected]> | ||
# Original author: Zheng Yang <[email protected]> | ||
# | ||
# IDENTIFICATION | ||
# odbc_fdw/odbc_fdw.control | ||
# | ||
########################################################################## | ||
|
||
comment = 'Foreign data wrapper for accessing remote databases using ODBC' | ||
default_version = '0.2.0' | ||
default_version = '0.3.0' | ||
module_pathname = '$libdir/odbc_fdw' | ||
relocatable = true |