File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
</form>
35
35
36
+ <div class="alert">If you are performing JOINs, avoid doing a `SELECT * FROM ...`. You may have
37
+ several columns with the same name in different tables and this might confuse QueryWritter, especially
38
+ if you are using the `CountNbResult` class.</div>
39
+
40
+
36
41
<script type="text/javascript">
37
42
$(function () { $("input,select,textarea").not("[type=submit]").jqBootstrapValidation(); } );
38
43
</script>
Original file line number Diff line number Diff line change 21
21
</div>
22
22
</div>
23
23
24
- </form>
24
+ </form>
25
+
26
+ <div class="alert">If you are performing JOINs, avoid doing a `SELECT * FROM ...`. You may have
27
+ several columns with the same name in different tables and this might confuse QueryWritter, especially
28
+ if you are using the `CountNbResult` class.</div>
You can’t perform that action at this time.
0 commit comments