File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ <h1>Get started Guide</h1>
114114
115115 < h2 > 1. Include the script</ h2 >
116116 < p > Include < code > camlsql</ code > on your page. It has no dependencies for basic use.</ p >
117- < pre class = "prettyprint" > < code class = "javascript" > <script src="https://rawgit.com/dlid/camlsql-js/0.5.0 /dist/js/camlsql.min.js"><script></ code > </ pre >
117+ < pre class = "prettyprint" > < code class = "javascript" > <script src="https://rawgit.com/dlid/camlsql-js/0.5.1 /dist/js/camlsql.min.js"><script></ code > </ pre >
118118
119119 < h2 > 2. Prepare your query</ h2 >
120120 < p > Your camlsql query consists of two components: the SQL query and the parameters. This is argument one and two in the < code > prepare</ code > method.</ p >
Original file line number Diff line number Diff line change 1- /*! camlsqj-js v0.5.0 | (c) dlid.se | https://camlsqljs.dlid.se/license */
1+ /*! camlsqj-js v0.5.1 | (c) dlid.se | https://camlsqljs.dlid.se/license */
22
33// BEGIN C:\Users\davlidst\Documents\git\camlsql-js\src\camlsql-js\core\header.js*/
44( function ( global , factory ) {
@@ -1936,6 +1936,7 @@ function xmlEndElement(name) {
19361936 datetime : createDateTimeParameter ,
19371937 encode : encodeToInternalField ,
19381938 membership : createMembershipParameter ,
1939+ lookup : createLookupParameter ,
19391940 number : createNumberParameter ,
19401941 guid : createGuidParameter ,
19411942 text : createTextParameter ,
You can’t perform that action at this time.
0 commit comments