Skip to content

Commit 3b92aa1

Browse files
authored
Update README.md
1 parent 798b0cd commit 3b92aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ It's not clear to me how comments can be addressed in any helpful way and they g
4848
The solution includes a simple winforms demo executable along with the Formatter class. The implementation of the formatter employs a number of routines from unrelated libraried code; I've pulled these fragments into an additional file: LIB.cs.
4949

5050
## Feedback
51-
I learned a fair bit getting this implementation to its current state and I'm sharing it here hoping it might prove useful to others--but also to solicit comments on the approach. Is there a better, more formal method I'm missing?
51+
I'd be very interested in thoughts regarding the approach... is there a better, more formal method I'm missing?
5252

53-
I've informally tested this solution against a sample of 500+ statements, but these were all written by just a few developers so the test cases may be less diverse than the number might suggest. Also, the intention is to support any SQL dialect but there is a significant bias towards T-SQL.
53+
I've tested this solution against a sample of 500+ statements, but these were all written by just a few developers so the test cases may be less diverse than hoped. Also, the intention is to support any SQL dialect but there is a significant bias towards T-SQL.
5454

5555
Any thoughts regarding defects, changes required to support other dialects, support for formatting options, etc. are much appreciated.
5656

0 commit comments

Comments
 (0)