DBIx-Custom / Changes /
60c8192 14 years ago
4 contributor
325 lines | 12.824kb
  1. 0.1664
  2. - where can recieve array refrence, which contains where cluase and paramter.
  3. 0.1663
  4. - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
  5. - added EXPERIMENTAL bind_param_option can set bind_param option
  6. to insert(), update(), delete(), select(), insert_at(),
  7. update_at(), delete_at(), select_at(), delete_all(), update_all()
  8. 0.1662
  9. - removed EXPERIMENTAL DBIx::Custom::Model column_clause
  10. - added EXPERIMENTAL column()
  11. - added EXPERIMENTAL mycolumn()
  12. 0.1661
  13. - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
  14. - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
  15. - added EXPERIMENTAL DBIx::Custom::Model column()
  16. - fixed autoloading bug
  17. - added EXPERIMETNAL select() prepend table option
  18. - added EXPERIMETNAL select() column table option
  19. - added EXPERIMETNAL select() column all option
  20. - removed EXPERIMETNAL select() all_column option
  21. - removed EXPERIMENTAL view()
  22. 0.1660
  23. - added EXPERIMENTAL DBIx::Custom::Model view()
  24. - added EXPERIMENTAL view()
  25. - DBIx::Custom::Model inherit DBIx::Custom
  26. - removed EXPERIMETNAL DBIx::Custom::Model method()
  27. - added table choice feature to select() EXPERIMENTAL all_column option
  28. - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
  29. 0.1659
  30. - EXPERIMETAL fork safety implementaion.
  31. - removed EXPERIMENTAL selection
  32. - added select() all_column option
  33. 0.1658
  34. - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
  35. - fixed select_at join column invalid bug
  36. - added DBIx::Custom::Model column() attribute
  37. 0.1657
  38. - remaned EXPERIMENTAL safty_charcter to safty_name
  39. - safty_charcter is changed, set only one character regex.
  40. 0.1656
  41. - fixed some select() join opition bug
  42. 0.1655
  43. - added EXPERIMENTAL DBIx::Custom::Model join attribute
  44. - added EXPERIMENTAL select() join option
  45. - deprecated select() relation option
  46. - added EXPERIMENTAL update_param and insert_param
  47. - remove EXPERIMENTAL DBIx::Custom::Model relation
  48. 0.1654
  49. - selection can contain where clause.
  50. 0.1653
  51. - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
  52. - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
  53. - added EXPERIMENTAL DBIx::Custom::Model insert_at()
  54. - added EXPERIMENTAL insert_at()
  55. - improved error message
  56. 0.1652
  57. - all filter can receive array reference and receiving hash reference is DEPRECATED!
  58. 0.1651
  59. - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
  60. 0.1650
  61. - add EXPERIMENTAL DBIx::Custom::Model name() attribute
  62. 0.1649
  63. - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
  64. - select method column option can receive string.
  65. - DBIx::Custom::Model select() and select_at() think about relation attirbute
  66. 0.1648
  67. - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
  68. - add EXPERIMENTAL update_at(), delete_at(), select_at()
  69. - add EXPERIMENTAL setup_model()
  70. - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
  71. - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute
  72. - add EXPERIMENTAL models() attribute
  73. 0.1647
  74. - add default_dbi_option()
  75. 0.1646
  76. - add feture. all model class in namespace is included by include_model
  77. - rename EXPERIMENTAL include_table to include_model
  78. - rename EXPERIMENTAL table to model
  79. - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
  80. - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
  81. 0.1645
  82. - removed EXPERIMENTAL base_table() for class expandability.
  83. - EXPERIMENTAL table() can't set table object any more.
  84. - added EXPERIMENTAL include_table().
  85. 0.1644
  86. - update pod
  87. 0.1643
  88. - add EXPERIMENTAL selection option to select()
  89. - add EXPERIMENTAL table tag
  90. - fix bug : filter can't overwirite undef value.
  91. - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
  92. - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
  93. 0.1642
  94. - removed EXPERIMENTAL DBIx::Custom::Table base() method
  95. - table created by tabled method can call base_$method correponding to base_table's one
  96. 0.1641
  97. - select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead)
  98. - added EXPERIMENTAL safety_column_name attribute
  99. - fix SQL injection security hole about column name
  100. 0.1640
  101. - autoload DBI method
  102. - removed EXPERIMENTAL expand
  103. 0.1639
  104. - improved delete() and update() where option. you can use DBIx::Custom::Where object
  105. - added EXPERIMENTAL not_exists()
  106. 0.1638
  107. - table object call dbi object method if not found method.
  108. - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
  109. - renamed helper to method.
  110. - added EXPERIMENTAL DBIx::Custom::Result::stash()
  111. - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
  112. 0.1637
  113. - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
  114. - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
  115. - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
  116. - renamed tag_processors to tags. tag_prosessors is available, but deprecated.
  117. - improved error message
  118. - build all clause if param is undefined.
  119. - each_column callback receive self as first argument.
  120. - removed EXPERIMENTAL txn_scope
  121. 0.1636
  122. - added tests and cleanup
  123. 0.1635
  124. - renamed iterate_all_columns to each_column
  125. 0.1634
  126. - became more useful where method
  127. - changed DBIx::Custom::Where greatly
  128. 0.1633
  129. - fixed test
  130. 0.1632
  131. - added EXPERIMENTAL where method
  132. - added EXPERIMENTAL DBIx::Custom::Where.
  133. - removed DBIx::Custom::Or
  134. 0.1631
  135. - added EXPERIMENTAL DBIx::Custom::Result end_filter method
  136. - EXPERIMENTAL extended select method's where option
  137. - fix select method empty where failed bug
  138. - added EXPERIMENTAL suger method query option
  139. - added EXPERIMENTAL or method
  140. 0.1630
  141. - fix test bug
  142. 0.1629
  143. - renamed auto_filter to apply_filter
  144. - changed apply_filter method arguments
  145. - deprecated cache_method
  146. 0.1628
  147. - remove DBIx::Custom::Model
  148. - move table method and table_class attribute to DBIx::Custom
  149. - added examples
  150. - fixed connect method bug
  151. 0.1627
  152. - added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
  153. - added EXPERIMENTAL txn_scope
  154. 0.1626
  155. - simplified DBIx::Custom::Model and DBIx::Custom::Table
  156. 0.1625
  157. - added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table
  158. 0.1624
  159. - added EXPERIMENTAL iterate_all_columns method.
  160. 0.1623
  161. - added EXPERIMENTAL auto_filter method
  162. - deprecated default_bind_filter and default_fetch_filter because these are global effect.
  163. - changed defautl_bind_filter and default_fetch_filter attributes to methods.
  164. - changed DBIx::Custom::Result default_filter attribute to method
  165. - changed DBIx::Custom::Result filter attribute to method.
  166. - filter_check is always done for usability
  167. 0.1622
  168. - deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
  169. - added dbi_options attribute
  170. - checked attributes passed to connect method
  171. 0.1621
  172. - cleanup (removed undocumented features)
  173. 0.1620
  174. - updated document
  175. 0.1619
  176. - updated document
  177. - added EXPERIMENTAL expand method
  178. 0.1618
  179. - added helper method
  180. - added begin_work, commit, and rollback method
  181. 0.1617
  182. - L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
  183. 0.1616
  184. - removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical
  185. 0.1615
  186. - fixed DBIx::Custom::QueryBuilder build_query() bug
  187. - required Perl 5.008001 to use @CARP_NOT
  188. 0.1614
  189. - removed DBIx::Custom::Query start_tag and end tag attributes
  190. - enable escaping '{' and '}' in the source of SQL
  191. - fixed Carp Carp trust relationship
  192. 0.1613
  193. - added EXPERIMENTAL register_method() method
  194. - added EXPERIMENTAL methods attribute
  195. 0.1612
  196. - added tests
  197. - updated document
  198. - removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
  199. - removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
  200. 0.1611
  201. - renamed update tag to update_param
  202. - renamed insert tag to insert_param
  203. - renamed sql_builder to query_builder
  204. 0.1610
  205. - added filter_check attribute.
  206. 0.1609
  207. - updated document.
  208. 0.1608
  209. - update document
  210. - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  211. 0.1607
  212. - where argument of select() method can specify array(string, parameters)
  213. - renamed build_query() to create_query()(not backword compatible)
  214. 0.1606
  215. - fix testing bug
  216. 0.1605
  217. - remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible)
  218. - renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
  219. - changed arguments of tag processor(not backword compatible)
  220. - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  221. 0.1604
  222. - changed argument of tag processor(not backword compatible)
  223. - renamed default_query_filter to default_bind_filter(not backword compatible)
  224. - renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
  225. - renamed create_query to build_query(not backword compatible)
  226. - renamed sql_template to sql_builder(not backword compatible)
  227. - removed DESTROY method(not backword compatible)
  228. - removed disconnect method(not backword compatible)
  229. - fixed DBIx::Custom::MySQL connect_memory
  230. 0.1603
  231. - removed DBIx::Custom commit method (not backword compatible)
  232. - removed DBIx::Custom rollback method (not backword compatible)
  233. - removed DBIx::Custom auto_commit method (not backword compatible)
  234. 0.1602
  235. - added cache_method attribute
  236. 0.1601
  237. - added cache attribute
  238. - select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
  239. 0.1503
  240. - removed reconnect method
  241. - removed connected method
  242. - removed reconnect_memroy method
  243. - renamed fetch_single to fetch_first
  244. - renamed fetch_hash_single to fetch_hash_first
  245. - updated document
  246. 0.1502
  247. - added commit method
  248. - added rollback method
  249. - changed select argument, added relation option
  250. - moved host attribute to DBIx::Custom::MySQL
  251. - moved port attribute to DBIx::Custom::MySQL
  252. - moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
  253. 0.1501
  254. - removed register_format()
  255. - removed formats()
  256. - removed run_transaction()
  257. - removed create_table()
  258. - removed drop_table()
  259. - changed select() arguments
  260. - changed insert() arguments
  261. - changed update() arguments
  262. - changed update_all() arguments
  263. - changed delete() arguments
  264. - changed delete_all() arguments
  265. - changed execute() arguments
  266. 0.1402
  267. - remove finish(), error()
  268. - can receive code ref to filter()
  269. - renamed resist to register
  270. 0.1401
  271. - renamed fetch_rows to fetch_multi
  272. - renamed fetch_hash_rows to fetch_hash_multi
  273. 0.1301
  274. - Changed many(not backword compatible)
  275. 0.1201
  276. - Changed many(not backword compatible)
  277. 0.1101
  278. - rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
  279. 0.1001
  280. - remove run_transaction().
  281. - add transaction() and DBIx::Custom::Transaction
  282. - rename fetch_first to fetch_single
  283. - rename fetch_hash_first to fetch_hash_single
  284. 0.0906
  285. - fix some bug
  286. 0.0905
  287. - catch up with Object::Simple update
  288. 0.0904
  289. - cleanup
  290. 0.0903
  291. - catch up with Object::Simple update
  292. 0.0902
  293. - cleanup
  294. 0.0901
  295. - DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
  296. 0.0801
  297. - add 'create_table', 'drop_table' methods
  298. 0.0701
  299. - rename sql_template to sql_tmpl (not backword compatible)
  300. - rename dbi_options to options (not backword compatible)
  301. 0.0605
  302. - fix encode_utf8 filter
  303. 0.0604
  304. - fix timeformat tests
  305. 0.0603
  306. - fix cache system bug
  307. 0.0602
  308. - update document
  309. 0.0601
  310. - bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  311. - fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  312. - run_transaction argument is changed to ($dbi)
  313. 0.0502
  314. - update document
  315. 0.0501
  316. - packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template
  317. 0.0401
  318. - catch up with DBIx::Custom::Result version up
  319. 0.0301
  320. - exchange filter argument 'key', 'value' (not backword compatible)
  321. 0.0201
  322. - rename tranzaction to transaction
  323. - add filter_off
  324. 0.0101
  325. - First release