Skip to content

Commit

Permalink
Fix a symbol importing issue in dao/view (ref #30, thanks to @svetlya…
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 13, 2018
1 parent f08deff commit 0c81793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/dao/view.lisp
Expand Up @@ -20,7 +20,7 @@
(defmethod c2mop:direct-slot-definition-class ((class dao-table-view) &key)
'dao-table-column-class)

(defstruct (create-view (:include sxql.sql-type:sql-statement (name "CREATE VIEW"))
(defstruct (create-view (:include sxql.sql-type:sql-statement (sxql.sql-type:name "CREATE VIEW"))
(:constructor make-create-view (view-name &key or-replace as)))
view-name
or-replace
Expand Down

0 comments on commit 0c81793

Please sign in to comment.