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