[AwlQuery] Fix bugs in field getter so we can use this in AwlUtilities.
commit612a29c0d9999ce3ac4747414eaf307416c16b8b
authorAndrew McMillan <andrew@morphoss.com>
Thu, 23 Dec 2010 09:13:42 +0000 (23 22:13 +1300)
committerAndrew McMillan <andrew@morphoss.com>
Thu, 23 Dec 2010 09:13:42 +0000 (23 22:13 +1300)
tree9d14efcbecc09f42f03b161683ee52611b85a0d6
parentbd1daf8da8f2bee2316ff2ecfb68a09f16e3a49b
[AwlQuery] Fix bugs in field getter so we can use this in AwlUtilities.

Also added a getter for the database, which should be allowed since
we have a setter already.  We should really have a static method
in AwlDatabase to fetch the current default connection though.

Signed-off-by: Andrew McMillan <andrew@morphoss.com>
inc/AwlDBDialect.php
inc/AwlDatabase.php
inc/AwlQuery.php