dannote / mod-ndb

Automatically exported from code.google.com/p/mod-ndb
0 stars 0 forks source link

Apache-style config for constants #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Existing supported syntax: 
   OrderedIndex PRIMARY a_col b_col c_col

Proposed syntax for a numeric constant:
  OrderedIndex PRIMARY a_col 27 c_col  

Proposed syntax for a string constant:
  OrderedIndex PRIMARY a_col '"string_constant"' c_col

The string constant must be in double quotes inside single quotes.  (Apache's 
ap_getword_conf 
strips the single quotes away, and then mod_ndb uses the double quotes to 
identify it as a 
constant. 

Original issue reported on code.google.com by john.david.duncan on 26 Sep 2007 at 11:29

GoogleCodeExporter commented 9 years ago

Original comment by john.david.duncan on 28 Dec 2007 at 5:29