diff options
author | Peter Eisentraut | 2013-11-10 14:20:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-11-10 19:48:29 +0000 |
commit | 001e114b8d59f4eaf2a314a2bc5e57078afdf82f (patch) | |
tree | 606fa622be346ef917886a29aea7e17383e00d31 /src/interfaces/ecpg/README.dynSQL | |
parent | dca09ac53329e92d73f45674957c26d3d7ae5117 (diff) |
Fix whitespace issues found by git diff --check, add gitattributes
Set per file type attributes in .gitattributes to fine-tune whitespace
checks. With the associated cleanups, the tree is now clean for git
Diffstat (limited to 'src/interfaces/ecpg/README.dynSQL')
-rw-r--r-- | src/interfaces/ecpg/README.dynSQL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/README.dynSQL b/src/interfaces/ecpg/README.dynSQL index e1d1507fd07..b021f4b2d0f 100644 --- a/src/interfaces/ecpg/README.dynSQL +++ b/src/interfaces/ecpg/README.dynSQL @@ -5,7 +5,7 @@ descriptor statements have the following shortcomings - input descriptors (USING DESCRIPTOR <name>) are not supported Reason: to fully support dynamic SQL the frontend/backend communication - should change to recognize input parameters. - Since this is not likely to happen in the near future and you - can cover the same functionality with the existing infrastructure - (using s[n]printf), I'll leave the work to someone else. + should change to recognize input parameters. + Since this is not likely to happen in the near future and you + can cover the same functionality with the existing infrastructure + (using s[n]printf), I'll leave the work to someone else. |