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