John Colvin
251cb73f71
remove trailing whitespace
2023-03-02 14:00:12 +00:00
Robert Klotzner
4ae92020ac
Documentation improvements.
2013-01-12 15:08:49 +01:00
Robert Klotzner
96ddd0dfbe
another bug fix.
...
appending a CreatedQuery to a string was done incorrectly
2013-01-11 20:38:49 +01:00
Robert Klotzner
62522d1d24
Fixed bug introduced by fixing a bug.
...
I forgot that the inner scope isn't necessarily exited when updating
upperWasValid. (Additional iterations overwrote the result before the
upper level could read it.) This is fixed now. Inner level only adds to
the value, upper level resets it to 0 before going down.
2013-01-11 19:10:37 +01:00
Robert Klotzner
35f0ac97fd
Fixed another related bug.
...
And updated and improved the documentation a bit.
2013-01-11 16:09:47 +01:00
Robert Klotzner
01b1b9df18
Fixed bug in querygenerator.
...
If sub block was just text, it was not considered valid by the upper
block.
2013-01-11 14:51:36 +01:00
Robert Klotzner
9b8ea8c5d1
Added a query generator.
...
It is capable of transforming an SQL template containing D expressions
to dynamically generated SQL, depending on input data.
2013-01-10 14:08:36 +01:00