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