r9260: 6 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 May 2004 03:51:35 +0000 (03:51 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 6 May 2004 03:51:35 +0000 (03:51 +0000)
commit8972490fe6f9453c5b70dae4fb1141cf9a67f0db
treeb554259a52fd3bb14a60b3a3ce76ec7cc720c3c7
parentf246c3c7b48792a869cb1bae0637a2f00a0920bd
r9260: 6 May 2004 Kevin Rosenberg (kevin@rosenberg.net)
        * tests/test-*.lisp: Rename fields so that joins occur on
        fields with different names. This ensures that join code is
        selecting the proper name.
        * test/test-init.lisp: Add :base-table for employee-address
        view class for testing.
        * sql/objects.lisp: Use view-table rather than name of table
        in a number of places to fix errors noted with using :base-table.
ChangeLog
sql/objects.lisp
tests/test-fddl.lisp
tests/test-fdml.lisp
tests/test-init.lisp
tests/test-ooddl.lisp
tests/test-oodml.lisp
tests/test-syntax.lisp