>
> Can you send a patch for this?
>

Here is the patch (I could not figure out how to attach the patch as a
file to this message, so I just pasted the diff output here). Note
this patch is made against the stable branch, which is what I am
using.

-----------------------------------------------------------------------------------------
diff -r 431dd45bd163 -r 55d1632da8e2 README
--- a/README    Sun Mar 21 00:27:44 2010 -0400
+++ b/README    Tue Mar 23 16:25:50 2010 -0400
@@ -5,7 +5,7 @@
 3. Run (START-WEBLOCKS) command.
 4. Create appropriate tables in the database by evaluating the
    following expressions:
-     (clsql-sys:create-view-from-class 'employee)
-     (clsql-sys:create-view-from-class 'company)
-     (clsql-sys:create-view-from-class 'address)
-
+   (in-package :weblocks-clsql-demo)
+   (clsql-sys:create-view-from-class 'employee :database *default-
store*)
+   (clsql-sys:create-view-from-class 'company :database *default-
store*)
+   (clsql-sys:create-view-from-class 'address :database *default-
store*)
------------------------------------------------------------------------------------------------------------

>
> You're right of course, but we're short on contributors, developers and
> testers, unfortunately.
>
> Plus I'm not really the CLSQL guy around here, so I can't tend to this
> version of the demo as much as I do to the Prevalence version.
>
> I hope this didn't cause too much trouble for you.
>
>   Leslie

Hope one day I can help a little bit. Despite of the trouble I am
going through, I am still digging on because lisp is really a very
interesting language and I hope my effort will be paid off later by
its efficiency and beauty. Plus, when I think about the prospect of no
need to tinker with HTML to make it work on both IE and Firefox and
whatever browsers, playing with weblocks is a lot more pleasant, even
not as smooth as I expected.

Warren

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to