Opened 13 years ago
Closed 12 years ago
#7294 closed defect (fixed)
[dojox] rename _sql to sql
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
the _sql project breaks a few dojo conventions (or at least the de facto way of doing a dojox project) ..
_sql/ needs to be sql/ and only mix into the dojox.sql namespace common.js needs to be _base.js
this poses a small issue with the use of dojox.sql = new Function, which can be avoided with Neil's "bling" method (more or less)
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
comment:4 Changed 12 years ago by
comment:5 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
closed in error so reopening. I transposed a ticket number during a checkin. This IS NOT fixed by [16987]
comment:6 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
sorry, was already closed by [14598] I'll just leave it that way and go away now.
Note: See
TracTickets for help on using
tickets.
(In [14596]) refs #7294 - moves _sql to sql -- broken until next checking, which will rename common to _base, and make work again. !strict