File: ChangeLog

package info (click to toggle)
libtext-querysql-perl 0.07-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 188 kB
  • ctags: 78
  • sloc: perl: 810; makefile: 38
file content (60 lines) | stat: -rw-r--r-- 1,537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Fri Apr 21 11:39:51 2000  Loic Dachary  <loic@senga.org>

	* Relase 0.07

Tue Apr 11 11:03:27 2000  Loic Dachary  <loic@senga.org>

	* t/21mifluz.t: regression test for mifluz

	* lib/Text/Query/BuildSQLMifluz.pm (sortplusminus): do not
	  re-order the syntax tree since mifluz is able to deal with
	  this kind of queries directly.

	* lib/Bundle/Text/Query/BuildSQL.pm: Add Data::Dumper dependency

	* Makefile.PL: Add Data::Dumper dependency

Thu Mar 23 09:44:21 2000  Loic Dachary  <loic@ceic.com>

	* lib/Text/Query/BuildSQL.pm: Add description of the syntax tree in manual

Tue Mar 21 15:00:48 2000  Benjamin Drieu  <bdrieu@april.org>

	* add PostgreSQL support

Mon Feb 21 13:54:26 2000  Loic Dachary  <loic@ceic.com>

	* Relase 0.06
	
	* lib/Text/Query/BuildSQLMifluz.pm: add: simply return the
	  syntax tree as a result, instead of a string. The Search::Mifluz
	  interface knows its structure and is able to deal with it.

Mon Feb 21 11:56:00 2000  Loic Dachary  <loic@ceic.com>

	* lib/Text/Query/SolveSQL.pm: fix manual typo

1999-07-01  Loic Dachary  <loic@ceic.com>

	* add has_relevance to fix horribly wrong handling of Simple query

1999-06-14  Loic Dachary  <loic@ceic.com>

	* Relase 0.04

	* rewrite all according to new Text::Query class

1999-06-01  Loic Dachary  <loic@ceic.com>

	* conf/mysql.pl (dbconnect): use 'base' param instead of hardwired
	mysql

1999-05-31  Loic DACHARY  <loic@home.ceic.com>

	* Relase 0.02
	
	* Added Fulcrum support

1999-05-28  Loic DACHARY  <loic@home.ceic.com>

	*  First release