Skip to content

Commit d7e8e43

Browse files
committed
V0.5.1 - Added camlsql.lookup again
1 parent d7b8932 commit d7e8e43

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

dist/public_html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">&lt;script src="https://rawgit.com/dlid/camlsql-js/0.5.0/dist/js/camlsql.min.js"&gt;&lt;script&gt;</code></pre>
117+
<pre class="prettyprint"><code class="javascript">&lt;script src="https://rawgit.com/dlid/camlsql-js/0.5.1/dist/js/camlsql.min.js"&gt;&lt;script&gt;</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>

dist/public_html/js/camlsql.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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,

0 commit comments

Comments
 (0)