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