fts2c.test 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213
  1. # 2006 September 14
  2. #
  3. # The author disclaims copyright to this source code. In place of
  4. # a legal notice, here is a blessing:
  5. #
  6. # May you do good and not evil.
  7. # May you find forgiveness for yourself and forgive others.
  8. # May you share freely, never taking more than you give.
  9. #
  10. #*************************************************************************
  11. # This file implements regression tests for SQLite library. The
  12. # focus of this script is testing the FTS2 module.
  13. #
  14. # $Id: fts2c.test,v 1.1 2006/10/19 23:36:26 shess Exp $
  15. #
  16. set testdir [file dirname $argv0]
  17. source $testdir/tester.tcl
  18. # If SQLITE_ENABLE_FTS2 is defined, omit this file.
  19. ifcapable !fts2 {
  20. finish_test
  21. return
  22. }
  23. # Create a table of sample email data. The data comes from email
  24. # archives of Enron executives that was published as part of the
  25. # litigation against that company.
  26. #
  27. do_test fts2c-1.1 {
  28. db eval {
  29. CREATE VIRTUAL TABLE email USING fts2([from],[to],subject,body);
  30. BEGIN TRANSACTION;
  31. INSERT INTO email([from],[to],subject,body) VALUES('savita.puthigai@enron.com', 'traders.eol@enron.com, traders.eol@enron.com', 'EnronOnline- Change to Autohedge', 'Effective Monday, October 22, 2001 the following changes will be made to the Autohedge functionality on EnronOnline.
  32. The volume on the hedge will now respect the minimum volume and volume increment settings on the parent product. See rules below:
  33. ? If the transaction volume on the child is less than half of the parent''s minimum volume no hedge will occur.
  34. ? If the transaction volume on the child is more than half the parent''s minimum volume but less than half the volume increment on the parent, the hedge will volume will be the parent''s minimum volume.
  35. ? For all other volumes, the same rounding rules will apply based on the volume increment on the parent product.
  36. Please see example below:
  37. Parent''s Settings:
  38. Minimum: 5000
  39. Increment: 1000
  40. Volume on Autohedge transaction Volume Hedged
  41. 1 - 2499 0
  42. 2500 - 5499 5000
  43. 5500 - 6499 6000');
  44. INSERT INTO email([from],[to],subject,body) VALUES('dana.davis@enron.com', 'laynie.east@enron.com, lisa.king@enron.com, lisa.best@enron.com,', 'Leaving Early', 'FYI:
  45. If it''s ok with everyone''s needs, I would like to leave @4pm. If you think
  46. you will need my assistance past the 4 o''clock hour just let me know; I''ll
  47. be more than willing to stay.');
  48. INSERT INTO email([from],[to],subject,body) VALUES('enron_update@concureworkplace.com', 'louise.kitchen@enron.com', '<<Concur Expense Document>> - CC02.06.02', 'The following expense report is ready for approval:
  49. Employee Name: Christopher F. Calger
  50. Status last changed by: Mollie E. Gustafson Ms
  51. Expense Report Name: CC02.06.02
  52. Report Total: $3,972.93
  53. Amount Due Employee: $3,972.93
  54. To approve this expense report, click on the following link for Concur Expense.
  55. http://expensexms.enron.com');
  56. INSERT INTO email([from],[to],subject,body) VALUES('jeff.duff@enron.com', 'julie.johnson@enron.com', 'Work request', 'Julie,
  57. Could you print off the current work request report by 1:30 today?
  58. Gentlemen,
  59. I''d like to review this today at 1:30 in our office. Also, could you provide
  60. me with your activity reports so I can have Julie enter this information.
  61. JD');
  62. INSERT INTO email([from],[to],subject,body) VALUES('v.weldon@enron.com', 'gary.l.carrier@usa.dupont.com, scott.joyce@bankofamerica.com', 'Enron News', 'This could turn into something big....
  63. http://biz.yahoo.com/rf/010129/n29305829.html');
  64. INSERT INTO email([from],[to],subject,body) VALUES('mark.haedicke@enron.com', 'paul.simons@enron.com', 'Re: First Polish Deal!', 'Congrats! Things seem to be building rapidly now on the Continent. Mark');
  65. INSERT INTO email([from],[to],subject,body) VALUES('e..carter@enron.com', 't..robinson@enron.com', 'FW: Producers Newsletter 9-24-2001', '
  66. The producer lumber pricing sheet.
  67. -----Original Message-----
  68. From: Johnson, Jay
  69. Sent: Tuesday, October 16, 2001 3:42 PM
  70. To: Carter, Karen E.
  71. Subject: FW: Producers Newsletter 9-24-2001
  72. -----Original Message-----
  73. From: Daigre, Sergai
  74. Sent: Friday, September 21, 2001 8:33 PM
  75. Subject: Producers Newsletter 9-24-2001
  76. ');
  77. INSERT INTO email([from],[to],subject,body) VALUES('david.delainey@enron.com', 'kenneth.lay@enron.com', 'Greater Houston Partnership', 'Ken, in response to the letter from Mr Miguel San Juan, my suggestion would
  78. be to offer up the Falcon for their use; however, given the tight time frame
  79. and your recent visit with Mr. Fox that it would be difficult for either you
  80. or me to participate.
  81. I spoke to Max and he agrees with this approach.
  82. I hope this meets with your approval.
  83. Regards
  84. Delainey');
  85. INSERT INTO email([from],[to],subject,body) VALUES('lachandra.fenceroy@enron.com', 'lindy.donoho@enron.com', 'FW: Bus Applications Meeting Follow Up', 'Lindy,
  86. Here is the original memo we discussed earlier. Please provide any information that you may have.
  87. Your cooperation is greatly appreciated.
  88. Thanks,
  89. lachandra.fenceroy@enron.com
  90. 713.853.3884
  91. 877.498.3401 Pager
  92. -----Original Message-----
  93. From: Bisbee, Joanne
  94. Sent: Wednesday, September 26, 2001 7:50 AM
  95. To: Fenceroy, LaChandra
  96. Subject: FW: Bus Applications Meeting Follow Up
  97. Lachandra, Please get with David Duff today and see what this is about. Who are our TW accounting business users?
  98. -----Original Message-----
  99. From: Koh, Wendy
  100. Sent: Tuesday, September 25, 2001 2:41 PM
  101. To: Bisbee, Joanne
  102. Subject: Bus Applications Meeting Follow Up
  103. Lisa brought up a TW change effective Nov 1. It involves eliminating a turnback surcharge. I have no other information, but you might check with the business folks for any system changes required.
  104. Wendy');
  105. INSERT INTO email([from],[to],subject,body) VALUES('danny.mccarty@enron.com', 'fran.fagan@enron.com', 'RE: worksheets', 'Fran,
  106. If Julie''s merit needs to be lump sum, just move it over to that column. Also, send me Eric Gadd''s sheets as well. Thanks.
  107. Dan
  108. -----Original Message-----
  109. From: Fagan, Fran
  110. Sent: Thursday, December 20, 2001 11:10 AM
  111. To: McCarty, Danny
  112. Subject: worksheets
  113. As discussed, attached are your sheets for bonus and merit.
  114. Thanks,
  115. Fran Fagan
  116. Sr. HR Rep
  117. 713.853.5219
  118. << File: McCartyMerit.xls >> << File: mccartyBonusCommercial_UnP.xls >>
  119. ');
  120. INSERT INTO email([from],[to],subject,body) VALUES('bert.meyers@enron.com', 'shift.dl-portland@enron.com', 'OCTOBER SCHEDULE', 'TEAM,
  121. PLEASE SEND ME ANY REQUESTS THAT YOU HAVE FOR OCTOBER. SO FAR I HAVE THEM FOR LEAF. I WOULD LIKE TO HAVE IT DONE BY THE 15TH OF THE MONTH. ANY QUESTIONS PLEASE GIVE ME A CALL.
  122. BERT');
  123. INSERT INTO email([from],[to],subject,body) VALUES('errol.mclaughlin@enron.com', 'john.arnold@enron.com, bilal.bajwa@enron.com, john.griffith@enron.com,', 'TRV Notification: (NG - PROPT P/L - 09/27/2001)', 'The report named: NG - PROPT P/L <http://trv.corp.enron.com/linkFromExcel.asp?report_cd=11&report_name=NG+-+PROPT+P/L&category_cd=5&category_name=FINANCIAL&toc_hide=1&sTV1=5&TV1Exp=Y&current_efct_date=09/27/2001>, published as of 09/27/2001 is now available for viewing on the website.');
  124. INSERT INTO email([from],[to],subject,body) VALUES('patrice.mims@enron.com', 'calvin.eakins@enron.com', 'Re: Small business supply assistance', 'Hi Calvin
  125. I spoke with Rickey (boy, is he long-winded!!). Gave him the name of our
  126. credit guy, Russell Diamond.
  127. Thank for your help!');
  128. INSERT INTO email([from],[to],subject,body) VALUES('legal <.hall@enron.com>', 'stephanie.panus@enron.com', 'Termination update', 'City of Vernon and Salt River Project terminated their contracts. I will fax these notices to you.');
  129. INSERT INTO email([from],[to],subject,body) VALUES('d..steffes@enron.com', 'richard.shapiro@enron.com', 'EES / ENA Government Affairs Staffing & Outside Services', 'Rick --
  130. Here is the information on staffing and outside services. Call if you need anything else.
  131. Jim
  132. ');
  133. INSERT INTO email([from],[to],subject,body) VALUES('gelliott@industrialinfo.com', 'pcopello@industrialinfo.com', 'ECAAR (Gavin), WSCC (Diablo Canyon), & NPCC (Seabrook)', 'Dear Power Outage Database Customer,
  134. Attached you will find an excel document. The outages contained within are forced or rescheduled outages. Your daily delivery will still contain these outages.
  135. In addition to the two excel documents, there is a dbf file that is formatted like your daily deliveries you receive nightly. This will enable you to load the data into your regular database. Any questions please let me know. Thanks.
  136. Greg Elliott
  137. IIR, Inc.
  138. 713-783-5147 x 3481
  139. outages@industrialinfo.com
  140. THE INFORMATION CONTAINED IN THIS E-MAIL IS LEGALLY PRIVILEGED AND CONFIDENTIAL INFORMATION INTENDED ONLY FOR THE USE OF THE INDIVIDUAL OR ENTITY NAMED ABOVE. YOU ARE HEREBY NOTIFIED THAT ANY DISSEMINATION, DISTRIBUTION, OR COPY OF THIS E-MAIL TO UNAUTHORIZED ENTITIES IS STRICTLY PROHIBITED. IF YOU HAVE RECEIVED THIS
  141. E-MAIL IN ERROR, PLEASE DELETE IT.
  142. - OUTAGE.dbf
  143. - 111201R.xls
  144. - 111201.xls ');
  145. INSERT INTO email([from],[to],subject,body) VALUES('enron.announcements@enron.com', 'all_ena_egm_eim@enron.com', 'EWS Brown Bag', 'MARK YOUR LUNCH CALENDARS NOW !
  146. You are invited to attend the EWS Brown Bag Lunch Series
  147. Featuring: RAY BOWEN, COO
  148. Topic: Enron Industrial Markets
  149. Thursday, March 15, 2001
  150. 11:30 am - 12:30 pm
  151. EB 5 C2
  152. You bring your lunch, Limited Seating
  153. We provide drinks and dessert. RSVP x 3-9610');
  154. INSERT INTO email([from],[to],subject,body) VALUES('chris.germany@enron.com', 'ingrid.immer@williams.com', 'Re: About St Pauls', 'Sounds good to me. I bet this is next to the Warick?? Hotel.
  155. "Immer, Ingrid" <Ingrid.Immer@Williams.com> on 12/21/2000 11:48:47 AM
  156. To: "''chris.germany@enron.com''" <chris.germany@enron.com>
  157. cc:
  158. Subject: About St Pauls
  159. <<About St Pauls.url>>
  160. ?
  161. ?http://www.stpaulshouston.org/about.html
  162. Chris,
  163. I like the looks of this place.? What do you think about going here Christmas
  164. eve?? They have an 11:00 a.m. service and a candlelight service at 5:00 p.m.,
  165. among others.
  166. Let me know.?? ii
  167. - About St Pauls.url
  168. ');
  169. INSERT INTO email([from],[to],subject,body) VALUES('nas@cpuc.ca.gov', 'skatz@sempratrading.com, kmccrea@sablaw.com, thompson@wrightlaw.com,', 'Reply Brief filed July 31, 2000', ' - CPUC01-#76371-v1-Revised_Reply_Brief__Due_today_7_31_.doc');
  170. INSERT INTO email([from],[to],subject,body) VALUES('gascontrol@aglresources.com', 'dscott4@enron.com, lcampbel@enron.com', 'Alert Posted 10:00 AM November 20,2000: E-GAS Request Reminder', 'Alert Posted 10:00 AM November 20,2000: E-GAS Request Reminder
  171. As discussed in the Winter Operations Meeting on Sept.29,2000,
  172. E-Gas(Emergency Gas) will not be offered this winter as a service from AGLC.
  173. Marketers and Poolers can receive gas via Peaking and IBSS nominations(daisy
  174. chain) from other marketers up to the 6 p.m. Same Day 2 nomination cycle.
  175. ');
  176. INSERT INTO email([from],[to],subject,body) VALUES('dutch.quigley@enron.com', 'rwolkwitz@powermerchants.com', '', '
  177. Here is a goody for you');
  178. INSERT INTO email([from],[to],subject,body) VALUES('ryan.o''rourke@enron.com', 'k..allen@enron.com, randy.bhatia@enron.com, frank.ermis@enron.com,', 'TRV Notification: (West VaR - 11/07/2001)', 'The report named: West VaR <http://trv.corp.enron.com/linkFromExcel.asp?report_cd=36&report_name=West+VaR&category_cd=2&category_name=WEST&toc_hide=1&sTV1=2&TV1Exp=Y&current_efct_date=11/07/2001>, published as of 11/07/2001 is now available for viewing on the website.');
  179. INSERT INTO email([from],[to],subject,body) VALUES('mjones7@txu.com', 'cstone1@txu.com, ggreen2@txu.com, timpowell@txu.com,', 'Enron / HPL Actuals for July 10, 2000', 'Teco Tap 10.000 / Enron ; 110.000 / HPL IFERC
  180. LS HPL LSK IC 30.000 / Enron
  181. ');
  182. INSERT INTO email([from],[to],subject,body) VALUES('susan.pereira@enron.com', 'kkw816@aol.com', 'soccer practice', 'Kathy-
  183. Is it safe to assume that practice is cancelled for tonight??
  184. Susan Pereira');
  185. INSERT INTO email([from],[to],subject,body) VALUES('mark.whitt@enron.com', 'barry.tycholiz@enron.com', 'Huber Internal Memo', 'Please look at this. I didn''t know how deep to go with the desk. Do you think this works.
  186. ');
  187. INSERT INTO email([from],[to],subject,body) VALUES('m..forney@enron.com', 'george.phillips@enron.com', '', 'George,
  188. Give me a call and we will further discuss opportunities on the 13st floor.
  189. Thanks,
  190. JMForney
  191. 3-7160');
  192. INSERT INTO email([from],[to],subject,body) VALUES('brad.mckay@enron.com', 'angusmcka@aol.com', 'Re: (no subject)', 'not yet');
  193. INSERT INTO email([from],[to],subject,body) VALUES('adam.bayer@enron.com', 'jonathan.mckay@enron.com', 'FW: Curve Fetch File', 'Here is the curve fetch file sent to me. It has plenty of points in it. If you give me a list of which ones you need we may be able to construct a secondary worksheet to vlookup the values.
  194. adam
  195. 35227
  196. -----Original Message-----
  197. From: Royed, Jeff
  198. Sent: Tuesday, September 25, 2001 11:37 AM
  199. To: Bayer, Adam
  200. Subject: Curve Fetch File
  201. Let me know if it works. It may be required to have a certain version of Oracle for it to work properly.
  202. Jeff Royed
  203. Enron
  204. Energy Operations
  205. Phone: 713-853-5295');
  206. INSERT INTO email([from],[to],subject,body) VALUES('matt.smith@enron.com', 'yan.wang@enron.com', 'Report Formats', 'Yan,
  207. The merged reports look great. I believe the only orientation changes are to
  208. "unmerge" the following six reports:
  209. 31 Keystone Receipts
  210. 15 Questar Pipeline
  211. 40 Rockies Production
  212. 22 West_2
  213. 23 West_3
  214. 25 CIG_WIC
  215. The orientation of the individual reports should be correct. Thanks.
  216. Mat
  217. PS. Just a reminder to add the "*" by the title of calculated points.');
  218. INSERT INTO email([from],[to],subject,body) VALUES('michelle.lokay@enron.com', 'jimboman@bigfoot.com', 'Egyptian Festival', '---------------------- Forwarded by Michelle Lokay/ET&S/Enron on 09/07/2000
  219. 10:08 AM ---------------------------
  220. "Karkour, Randa" <Randa.Karkour@COMPAQ.com> on 09/07/2000 09:01:04 AM
  221. To: "''Agheb (E-mail)" <Agheb@aol.com>, "Leila Mankarious (E-mail)"
  222. <Leila_Mankarious@mhhs.org>, "''Marymankarious (E-mail)"
  223. <marymankarious@aol.com>, "Michelle lokay (E-mail)" <mlokay@enron.com>, "Ramy
  224. Mankarious (E-mail)" <Mankarious@aol.com>
  225. cc:
  226. Subject: Egyptian Festival
  227. <<Egyptian Festival.url>>
  228. http://www.egyptianfestival.com/
  229. - Egyptian Festival.url
  230. ');
  231. INSERT INTO email([from],[to],subject,body) VALUES('errol.mclaughlin@enron.com', 'sherry.dawson@enron.com', 'Urgent!!! --- New EAST books', 'This has to be done..................................
  232. Thanks
  233. ---------------------- Forwarded by Errol McLaughlin/Corp/Enron on 12/20/2000
  234. 08:39 AM ---------------------------
  235. From: William Kelly @ ECT 12/20/2000 08:31 AM
  236. To: Kam Keiser/HOU/ECT@ECT, Darron C Giron/HOU/ECT@ECT, David
  237. Baumbach/HOU/ECT@ECT, Errol McLaughlin/Corp/Enron@ENRON
  238. cc: Kimat Singla/HOU/ECT@ECT, Kulvinder Fowler/NA/Enron@ENRON, Kyle R
  239. Lilly/HOU/ECT@ECT, Jeff Royed/Corp/Enron@ENRON, Alejandra
  240. Chavez/NA/Enron@ENRON, Crystal Hyde/HOU/ECT@ECT
  241. Subject: New EAST books
  242. We have new book names in TAGG for our intramonth portfolios and it is
  243. extremely important that any deal booked to the East is communicated quickly
  244. to someone on my team. I know it will take some time for the new names to
  245. sink in and I do not want us to miss any positions or P&L.
  246. Thanks for your help on this.
  247. New:
  248. Scott Neal : East Northeast
  249. Dick Jenkins: East Marketeast
  250. WK
  251. ');
  252. INSERT INTO email([from],[to],subject,body) VALUES('david.forster@enron.com', 'eol.wide@enron.com', 'Change to Stack Manager', 'Effective immediately, there is a change to the Stack Manager which will
  253. affect any Inactive Child.
  254. An inactive Child with links to Parent products will not have their
  255. calculated prices updated until the Child product is Activated.
  256. When the Child Product is activated, the price will be recalculated and
  257. updated BEFORE it is displayed on the web.
  258. This means that if you are inputting a basis price on a Child product, you
  259. will not see the final, calculated price until you Activate the product, at
  260. which time the customer will also see it.
  261. If you have any questions, please contact the Help Desk on:
  262. Americas: 713 853 4357
  263. Europe: + 44 (0) 20 7783 7783
  264. Asia/Australia: +61 2 9229 2300
  265. Dave');
  266. INSERT INTO email([from],[to],subject,body) VALUES('vince.kaminski@enron.com', 'jhh1@email.msn.com', 'Re: Light reading - see pieces beginning on page 7', 'John,
  267. I saw it. Very interesting.
  268. Vince
  269. "John H Herbert" <jhh1@email.msn.com> on 07/28/2000 08:38:08 AM
  270. To: "Vince J Kaminski" <Vince_J_Kaminski@enron.com>
  271. cc:
  272. Subject: Light reading - see pieces beginning on page 7
  273. Cheers and have a nice weekend,
  274. JHHerbert
  275. - gd000728.pdf
  276. ');
  277. INSERT INTO email([from],[to],subject,body) VALUES('matthew.lenhart@enron.com', 'mmmarcantel@equiva.com', 'RE:', 'i will try to line up a pig for you ');
  278. INSERT INTO email([from],[to],subject,body) VALUES('jae.black@enron.com', 'claudette.harvey@enron.com, chaun.roberts@enron.com, judy.martinez@enron.com,', 'Disaster Recovery Equipment', 'As a reminder...there are several pieces of equipment that are set up on the 30th Floor, as well as on our floor, for the Disaster Recovery Team. PLEASE DO NOT TAKE, BORROW OR USE this equipment. Should you need to use another computer system, other than yours, or make conference calls please work with your Assistant to help find or set up equipment for you to use.
  279. Thanks for your understanding in this matter.
  280. T.Jae Black
  281. East Power Trading
  282. Assistant to Kevin Presto
  283. off. 713-853-5800
  284. fax 713-646-8272
  285. cell 713-539-4760');
  286. INSERT INTO email([from],[to],subject,body) VALUES('eric.bass@enron.com', 'dale.neuner@enron.com', '5 X 24', 'Dale,
  287. Have you heard anything more on the 5 X 24s? We would like to get this
  288. product out ASAP.
  289. Thanks,
  290. Eric');
  291. INSERT INTO email([from],[to],subject,body) VALUES('messenger@smartreminders.com', 'm..tholt@enron.com', '10% Coupon - PrintPal Printer Cartridges - 100% Guaranteed', '[IMAGE]
  292. [IMAGE][IMAGE][IMAGE]
  293. Dear SmartReminders Member,
  294. [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
  295. We respect your privacy and are a Certified Participant of the BBBOnLine
  296. Privacy Program. To be removed from future offers,click here.
  297. SmartReminders.com is a permission based service. To unsubscribe click here . ');
  298. INSERT INTO email([from],[to],subject,body) VALUES('benjamin.rogers@enron.com', 'mark.bernstein@enron.com', '', 'The guy you are talking about left CIN under a "cloud of suspicion" sort of
  299. speak. He was the one who got into several bad deals and PPA''s in California
  300. for CIN, thus he left on a bad note. Let me know if you need more detail
  301. than that, I felt this was the type of info you were looking for. Thanks!
  302. Ben');
  303. INSERT INTO email([from],[to],subject,body) VALUES('enron_update@concureworkplace.com', 'michelle.cash@enron.com', 'Expense Report Receipts Not Received', 'Employee Name: Michelle Cash
  304. Report Name: Houston Cellular 8-11-01
  305. Report Date: 12/13/01
  306. Report ID: 594D37C9ED2111D5B452
  307. Submitted On: 12/13/01
  308. You are only allowed 2 reports with receipts outstanding. Your expense reports will not be paid until you meet this requirement.');
  309. INSERT INTO email([from],[to],subject,body) VALUES('susan.mara@enron.com', 'ray.alvarez@enron.com, mark.palmer@enron.com, karen.denne@enron.com,', 'CAISO Emergency Motion -- to discontinue market-based rates for', 'FYI. the latest broadside against the generators.
  310. Sue Mara
  311. Enron Corp.
  312. Tel: (415) 782-7802
  313. Fax:(415) 782-7854
  314. ----- Forwarded by Susan J Mara/NA/Enron on 06/08/2001 12:24 PM -----
  315. "Milner, Marcie" <MMilner@coral-energy.com> 06/08/2001 11:13 AM To: "''smara@enron.com''" <smara@enron.com> cc: Subject: CAISO Emergency Motion
  316. Sue, did you see this emergency motion the CAISO filed today? Apparently
  317. they are requesting that FERC discontinue market-based rates immediately and
  318. grant refunds plus interest on the difference between cost-based rates and
  319. market revenues received back to May 2000. They are requesting the
  320. commission act within 14 days. Have you heard anything about what they are
  321. doing?
  322. Marcie
  323. http://www.caiso.com/docs/2001/06/08/200106081005526469.pdf
  324. ');
  325. INSERT INTO email([from],[to],subject,body) VALUES('fletcher.sturm@enron.com', 'eloy.escobar@enron.com', 'Re: General Brinks Position Meeting', 'Eloy,
  326. Who is General Brinks?
  327. Fletch');
  328. INSERT INTO email([from],[to],subject,body) VALUES('nailia.dindarova@enron.com', 'richard.shapiro@enron.com', 'Documents for Mark Frevert (on EU developments and lessons from', 'Rick,
  329. Here are the documents that Peter has prepared for Mark Frevert.
  330. Nailia
  331. ---------------------- Forwarded by Nailia Dindarova/LON/ECT on 25/06/2001
  332. 16:36 ---------------------------
  333. Nailia Dindarova
  334. 25/06/2001 15:36
  335. To: Michael Brown/Enron@EUEnronXGate
  336. cc: Ross Sankey/Enron@EUEnronXGate, Eric Shaw/ENRON@EUEnronXGate, Peter
  337. Styles/LON/ECT@ECT
  338. Subject: Documents for Mark Frevert (on EU developments and lessons from
  339. California)
  340. Michael,
  341. These are the documents that Peter promised to give to you for Mark Frevert.
  342. He has now handed them to him in person but asked me to transmit them
  343. electronically to you, as well as Eric and Ross.
  344. Nailia
  345. ');
  346. INSERT INTO email([from],[to],subject,body) VALUES('peggy.a.kostial@accenture.com', 'dave.samuels@enron.com', 'EOL-Accenture Deal Sheet', 'Dave -
  347. Attached are our comments and suggested changes. Please call to review.
  348. On the time line for completion, we have four critical steps to complete:
  349. Finalize market analysis to refine business case, specifically
  350. projected revenue stream
  351. Complete counterparty surveying, including targeting 3 CPs for letters
  352. of intent
  353. Review Enron asset base for potential reuse/ licensing
  354. Contract negotiations
  355. Joe will come back to us with an updated time line, but it is my
  356. expectation that we are still on the same schedule (we just begun week
  357. three) with possibly a week or so slippage.....contract negotiations will
  358. probably be the critical path.
  359. We will send our cut at the actual time line here shortly. Thanks,
  360. Peggy
  361. (See attached file: accenture-dealpoints v2.doc)
  362. - accenture-dealpoints v2.doc ');
  363. INSERT INTO email([from],[to],subject,body) VALUES('thomas.martin@enron.com', 'thomas.martin@enron.com', 'Re: Guadalupe Power Partners LP', '---------------------- Forwarded by Thomas A Martin/HOU/ECT on 03/20/2001
  364. 03:49 PM ---------------------------
  365. Thomas A Martin
  366. 10/11/2000 03:55 PM
  367. To: Patrick Wade/HOU/ECT@ECT
  368. cc:
  369. Subject: Re: Guadalupe Power Partners LP
  370. The deal is physically served at Oasis Waha or Oasis Katy and is priced at
  371. either HSC, Waha or Katytailgate GD at buyers option three days prior to
  372. NYMEX close.
  373. ');
  374. INSERT INTO email([from],[to],subject,body) VALUES('judy.townsend@enron.com', 'dan.junek@enron.com, chris.germany@enron.com', 'Columbia Distribution''s Capacity Available for Release - Sum', '---------------------- Forwarded by Judy Townsend/HOU/ECT on 03/09/2001 11:04
  375. AM ---------------------------
  376. agoddard@nisource.com on 03/08/2001 09:16:57 AM
  377. To: " - *Koch, Kent" <kkoch@nisource.com>, " -
  378. *Millar, Debra" <dmillar@nisource.com>, " - *Burke, Lynn"
  379. <lburke@nisource.com>
  380. cc: " - *Heckathorn, Tom" <theckathorn@nisource.com>
  381. Subject: Columbia Distribution''s Capacity Available for Release - Sum
  382. Attached is Columbia Distribution''s notice of capacity available for release
  383. for
  384. the summer of 2001 (Apr. 2001 through Oct. 2001).
  385. Please note that the deadline for bids is 3:00pm EST on March 20, 2001.
  386. If you have any questions, feel free to contact any of the representatives
  387. listed
  388. at the bottom of the attachment.
  389. Aaron Goddard
  390. - 2001Summer.doc
  391. ');
  392. INSERT INTO email([from],[to],subject,body) VALUES('rhonda.denton@enron.com', 'tim.belden@enron.com, dana.davis@enron.com, genia.fitzgerald@enron.com,', 'Split Rock Energy LLC', 'We have received the executed EEI contract from this CP dated 12/12/2000.
  393. Copies will be distributed to Legal and Credit.');
  394. INSERT INTO email([from],[to],subject,body) VALUES('kerrymcelroy@dwt.com', 'jack.speer@alcoa.com, crow@millernash.com, michaelearly@earthlink.net,', 'Oral Argument Request', ' - Oral Argument Request.doc');
  395. INSERT INTO email([from],[to],subject,body) VALUES('mike.carson@enron.com', 'rlmichaelis@hormel.com', '', 'Did you come in town this wk end..... My new number at our house is :
  396. 713-668-3712...... my cell # is 281-381-7332
  397. the kid');
  398. INSERT INTO email([from],[to],subject,body) VALUES('cooper.richey@enron.com', 'trycooper@hotmail.com', 'FW: Contact Info', '
  399. -----Original Message-----
  400. From: Punja, Karim
  401. Sent: Thursday, December 13, 2001 2:35 PM
  402. To: Richey, Cooper
  403. Subject: Contact Info
  404. Cooper,
  405. Its been a real pleasure working with you (even though it was for only a small amount of time)
  406. I hope we can stay in touch.
  407. Home# 234-0249
  408. email: kpunja@hotmail.com
  409. Take Care,
  410. Karim.
  411. ');
  412. INSERT INTO email([from],[to],subject,body) VALUES('bjm30@earthlink.net', 'mcguinn.k@enron.com, mcguinn.ian@enron.com, mcguinn.stephen@enron.com,', 'email address change', 'Hello all.
  413. I haven''t talked to many of you via email recently but I do want to give you
  414. my new address for your email file:
  415. bjm30@earthlink.net
  416. I hope all is well.
  417. Brian McGuinn');
  418. INSERT INTO email([from],[to],subject,body) VALUES('shelley.corman@enron.com', 'steve.hotte@enron.com', 'Flat Panels', 'Can you please advise what is going on with the flat panels that we had planned to distribute to our gas logistics team. It was in the budget and we had the okay, but now I''m hearing there is some hold-up & the units are stored on 44.
  419. Shelley');
  420. INSERT INTO email([from],[to],subject,body) VALUES('sara.davidson@enron.com', 'john.schwartzenburg@enron.com, scott.dieball@enron.com, recipients@enron.com,', '2001 Enron Law Conference (Distribution List 2)', ' Enron Law Conference
  421. San Antonio, Texas May 2-4, 2001 Westin Riverwalk
  422. See attached memo for more details!!
  423. ? Registration for the law conference this year will be handled through an
  424. Online RSVP Form on the Enron Law Conference Website at
  425. http://lawconference.corp.enron.com. The website is still under construction
  426. and will not be available until Thursday, March 15, 2001.
  427. ? We will send you another e-mail to confirm when the Law Conference Website
  428. is operational.
  429. ? Please complete the Online RSVP Form as soon as it is available and submit
  430. it no later than Friday, March 30th.
  431. ');
  432. INSERT INTO email([from],[to],subject,body) VALUES('tori.kuykendall@enron.com', 'heath.b.taylor@accenture.com', 'Re:', 'hey - thats funny about john - he definitely remembers him - i''ll call pat
  433. and let him know - we are coming on saturday - i just havent had a chance to
  434. call you guys back -- looking forward to it -- i probably need the
  435. directions again though');
  436. INSERT INTO email([from],[to],subject,body) VALUES('darron.giron@enron.com', 'bryce.baxter@enron.com', 'Re: Feedback for Audrey Cook', 'Bryce,
  437. I''ll get it done today.
  438. DG 3-9573
  439. From: Bryce Baxter 06/12/2000 07:15 PM
  440. To: Darron C Giron/HOU/ECT@ECT
  441. cc:
  442. Subject: Feedback for Audrey Cook
  443. You were identified as a reviewer for Audrey Cook. If possible, could you
  444. complete her feedback by end of business Wednesday? It will really help me
  445. in the PRC process to have your input. Thanks.
  446. ');
  447. INSERT INTO email([from],[to],subject,body) VALUES('casey.evans@enron.com', 'stephanie.sever@enron.com', 'Gas EOL ID', 'Stephanie,
  448. In conjunction with the recent movement of several power traders, they are changing the names of their gas books as well. The names of the new gas books and traders are as follows:
  449. PWR-NG-LT-SPP: Mike Carson
  450. PWR-NG-LT-SERC: Jeff King
  451. If you need to know their power desk to map their ID to their gas books, those desks are as follows:
  452. EPMI-LT-SPP: Mike Carson
  453. EPMI-LT-SERC: Jeff King
  454. I will be in training this afternoon, but will be back when class is over. Let me know if you have any questions.
  455. Thanks for your help!
  456. Casey');
  457. INSERT INTO email([from],[to],subject,body) VALUES('darrell.schoolcraft@enron.com', 'david.roensch@enron.com, kimberly.watson@enron.com, michelle.lokay@enron.com,', 'Postings', 'Please see the attached.
  458. ds
  459. ');
  460. INSERT INTO email([from],[to],subject,body) VALUES('mcominsky@aol.com', 'cpatman@bracepatt.com, james_derrick@enron.com', 'Jurisprudence Luncheon', 'Carrin & Jim --
  461. It was an honor and a pleasure to meet both of you yesterday. I know we will
  462. have fun working together on this very special event.
  463. Jeff left the jurisprudence luncheon lists for me before he left on vacation.
  464. I wasn''t sure whether he transmitted them to you as well. Would you please
  465. advise me if you would like them sent to you? I can email the MS Excel files
  466. or I can fax the hard copies to you. Please advise what is most convenient.
  467. I plan to be in town through the holidays and can be reached by phone, email,
  468. or cell phone at any time. My cell phone number is 713/705-4829.
  469. Thanks again for your interest in the ADL''s work. Martin.
  470. Martin B. Cominsky
  471. Director, Southwest Region
  472. Anti-Defamation League
  473. 713/627-3490, ext. 122
  474. 713/627-2011 (fax)
  475. MCominsky@aol.com');
  476. INSERT INTO email([from],[to],subject,body) VALUES('phillip.love@enron.com', 'todagost@utmb.edu, gbsonnta@utmb.edu', 'New President', 'I had a little bird put a word in my ear. Is there any possibility for Ben
  477. Raimer to be Bush''s secretary of HHS? Just curious about that infamous UTMB
  478. rumor mill. Hope things are well, happy holidays.
  479. PL');
  480. INSERT INTO email([from],[to],subject,body) VALUES('marie.heard@enron.com', 'ehamilton@fna.com', 'ISDA Master Agreement', 'Erin:
  481. Pursuant to your request, attached are the Schedule to the ISDA Master Agreement, together with Paragraph 13 to the ISDA Credit Support Annex. Please let me know if you need anything else. We look forward to hearing your comments.
  482. Marie
  483. Marie Heard
  484. Senior Legal Specialist
  485. Enron North America Corp.
  486. Phone: (713) 853-3907
  487. Fax: (713) 646-3490
  488. marie.heard@enron.com
  489. ');
  490. INSERT INTO email([from],[to],subject,body) VALUES('andrea.ring@enron.com', 'beverly.beaty@enron.com', 'Re: Tennessee Buy - Louis Dreyfus', 'Beverly - once again thanks so much for your help on this.
  491. ');
  492. INSERT INTO email([from],[to],subject,body) VALUES('karolyn.criado@enron.com', 'j..bonin@enron.com, felicia.case@enron.com, b..clapp@enron.com,', 'Price List week of Oct. 8-9, 2001', '
  493. Please contact me if you have any questions regarding last weeks prices.
  494. Thank you,
  495. Karolyn Criado
  496. 3-9441
  497. ');
  498. INSERT INTO email([from],[to],subject,body) VALUES('kevin.presto@enron.com', 'edward.baughman@enron.com, billy.braddock@enron.com', 'Associated', 'Please begin working on filling our Associated short position in 02. I would like to take this risk off the books.
  499. In addition, please find out what a buy-out of VEPCO would cost us. With Rogers transitioning to run our retail risk management, I would like to clean up our customer positions.
  500. We also need to continue to explore a JEA buy-out.
  501. Thanks.');
  502. INSERT INTO email([from],[to],subject,body) VALUES('stacy.dickson@enron.com', 'gregg.penman@enron.com', 'RE: Constellation TC 5-7-01', 'Gregg,
  503. I am at home with a sick baby. (Lots of fun!) I will call you about this
  504. tomorrow.
  505. Stacy');
  506. INSERT INTO email([from],[to],subject,body) VALUES('joe.quenet@enron.com', 'dfincher@utilicorp.com', '', 'hey big guy.....check this out.....
  507. w ww.gorelieberman-2000.com/');
  508. INSERT INTO email([from],[to],subject,body) VALUES('k..allen@enron.com', 'jacqestc@aol.com', '', 'Jacques,
  509. I sent you a fax of Kevin Kolb''s comments on the release. The payoff on the note would be $36,248 ($36090(principal) + $158 (accrued interest)).
  510. This is assuming we wrap this up on Tuesday.
  511. Please email to confirm that their changes are ok so I can set up a meeting on Tuesday to reach closure.
  512. Phillip');
  513. INSERT INTO email([from],[to],subject,body) VALUES('kourtney.nelson@enron.com', 'mike.swerzbin@enron.com', 'Adjusted L/R Balance', 'Mike,
  514. I placed the adjusted L/R Balance on the Enronwest site. It is under the "Staff/Kourtney Nelson". There are two links:
  515. 1) "Adj L_R" is the same data/format from the weekly strategy meeting.
  516. 2) "New Gen 2001_2002" link has all of the supply side info that is used to calculate the L/R balance
  517. -Please note the Data Flag column, a value of "3" indicates the project was cancelled, on hold, etc and is not included in the calc.
  518. Both of these sheets are interactive Excel spreadsheets and thus you can play around with the data as you please. Also, James Bruce is working to get his gen report on the web. That will help with your access to information on new gen.
  519. Please let me know if you have any questions or feedback,
  520. Kourtney
  521. Kourtney Nelson
  522. Fundamental Analysis
  523. Enron North America
  524. (503) 464-8280
  525. kourtney.nelson@enron.com');
  526. INSERT INTO email([from],[to],subject,body) VALUES('d..thomas@enron.com', 'naveed.ahmed@enron.com', 'FW: Current Enron TCC Portfolio', '
  527. -----Original Message-----
  528. From: Grace, Rebecca M.
  529. Sent: Monday, December 17, 2001 9:44 AM
  530. To: Thomas, Paul D.
  531. Cc: Cashion, Jim; Allen, Thresa A.; May, Tom
  532. Subject: RE: Current Enron TCC Portfolio
  533. Paul,
  534. I reviewed NY''s list. I agree with all of their contracts numbers and mw amounts.
  535. Call if you have any more questions.
  536. Rebecca
  537. -----Original Message-----
  538. From: Thomas, Paul D.
  539. Sent: Monday, December 17, 2001 9:08 AM
  540. To: Grace, Rebecca M.
  541. Subject: FW: Current Enron TCC Portfolio
  542. << File: enrontccs.xls >>
  543. Rebecca,
  544. Let me know if you see any differences.
  545. Paul
  546. X 3-0403
  547. -----Original Message-----
  548. From: Thomas, Paul D.
  549. Sent: Monday, December 17, 2001 9:04 AM
  550. To: Ahmed, Naveed
  551. Subject: FW: Current Enron TCC Portfolio
  552. -----Original Message-----
  553. From: Thomas, Paul D.
  554. Sent: Thursday, December 13, 2001 10:01 AM
  555. To: Baughman, Edward D.
  556. Subject: Current Enron TCC Portfolio
  557. ');
  558. INSERT INTO email([from],[to],subject,body) VALUES('stephanie.panus@enron.com', 'william.bradford@enron.com, debbie.brackett@enron.com,', 'Coastal Merchant Energy/El Paso Merchant Energy', 'Coastal Merchant Energy, L.P. merged with and into El Paso Merchant Energy,
  559. L.P., effective February 1, 2001, with the surviving entity being El Paso
  560. Merchant Energy, L.P. We currently have ISDA Master Agreements with both
  561. counterparties. Please see the attached memo regarding the existing Masters
  562. and let us know which agreement should be terminated.
  563. Thanks,
  564. Stephanie
  565. ');
  566. INSERT INTO email([from],[to],subject,body) VALUES('kam.keiser@enron.com', 'c..kenne@enron.com', 'RE: What about this too???', '
  567. -----Original Message-----
  568. From: Kenne, Dawn C.
  569. Sent: Wednesday, February 06, 2002 11:50 AM
  570. To: Keiser, Kam
  571. Subject: What about this too???
  572. << File: Netco Trader Matrix.xls >>
  573. ');
  574. INSERT INTO email([from],[to],subject,body) VALUES('chris.meyer@enron.com', 'joe.parks@enron.com', 'Centana', 'Talked to Chip. We do need Cash Committe approval given the netting feature of your deal, which means Batch Funding Request. Please update per my previous e-mail and forward.
  575. Thanks
  576. chris
  577. x31666');
  578. INSERT INTO email([from],[to],subject,body) VALUES('debra.perlingiere@enron.com', 'jworman@academyofhealth.com', '', 'Have a great weekend! Happy Fathers Day!
  579. Debra Perlingiere
  580. Enron North America Corp.
  581. 1400 Smith Street, EB 3885
  582. Houston, Texas 77002
  583. dperlin@enron.com
  584. Phone 713-853-7658
  585. Fax 713-646-3490');
  586. INSERT INTO email([from],[to],subject,body) VALUES('outlook.team@enron.com', '', 'Demo by Martha Janousek of Dashboard & Pipeline Profile / Julia &', 'CALENDAR ENTRY: APPOINTMENT
  587. Description:
  588. Demo by Martha Janousek of Dashboard & Pipeline Profile / Julia & Dir Rpts. - 4102
  589. Date: 1/5/2001
  590. Time: 9:00 AM - 10:00 AM (Central Standard Time)
  591. Chairperson: Outlook Migration Team
  592. Detailed Description:');
  593. INSERT INTO email([from],[to],subject,body) VALUES('diana.seifert@enron.com', 'mark.taylor@enron.com', 'Guest access Chile', 'Hello Mark,
  594. Justin Boyd told me that your can help me with questions regarding Chile.
  595. We got a request for guest access through MG.
  596. The company is called Escondida and is a subsidiary of BHP Australia.
  597. Please advise if I can set up a guest account or not.
  598. F.Y.I.: MG is planning to put a "in w/h Chile" contract for Copper on-line as
  599. soon as Enron has done the due diligence for this country.
  600. Thanks !
  601. Best regards
  602. Diana Seifert
  603. EOL PCG');
  604. INSERT INTO email([from],[to],subject,body) VALUES('enron_update@concureworkplace.com', 'mark.whitt@enron.com', '<<Concur Expense Document>> - 121001', 'The Approval status has changed on the following report:
  605. Status last changed by: Barry L. Tycholiz
  606. Expense Report Name: 121001
  607. Report Total: $198.98
  608. Amount Due Employee: $198.98
  609. Amount Approved: $198.98
  610. Amount Paid: $0.00
  611. Approval Status: Approved
  612. Payment Status: Pending
  613. To review this expense report, click on the following link for Concur Expense.
  614. http://expensexms.enron.com');
  615. INSERT INTO email([from],[to],subject,body) VALUES('kevin.hyatt@enron.com', '', 'Technical Support', 'Outside the U.S., please refer to the list below:
  616. Australia:
  617. 1800 678-515
  618. support@palm-au.com
  619. Canada:
  620. 1905 305-6530
  621. support@palm.com
  622. New Zealand:
  623. 0800 446-398
  624. support@palm-nz.com
  625. U.K.:
  626. 0171 867 0108
  627. eurosupport@palm.3com.com
  628. Please refer to the Worldwide Customer Support card for a complete technical support contact list.');
  629. INSERT INTO email([from],[to],subject,body) VALUES('geoff.storey@enron.com', 'dutch.quigley@enron.com', 'RE:', 'duke contact?
  630. -----Original Message-----
  631. From: Quigley, Dutch
  632. Sent: Wednesday, October 31, 2001 10:14 AM
  633. To: Storey, Geoff
  634. Subject: RE:
  635. bp corp Albert LaMore 281-366-4962
  636. running the reports now
  637. -----Original Message-----
  638. From: Storey, Geoff
  639. Sent: Wednesday, October 31, 2001 10:10 AM
  640. To: Quigley, Dutch
  641. Subject: RE:
  642. give me a contact over there too
  643. BP
  644. -----Original Message-----
  645. From: Quigley, Dutch
  646. Sent: Wednesday, October 31, 2001 9:42 AM
  647. To: Storey, Geoff
  648. Subject:
  649. Coral Jeff Whitnah 713-767-5374
  650. Relaint Steve McGinn 713-207-4000');
  651. INSERT INTO email([from],[to],subject,body) VALUES('pete.davis@enron.com', 'pete.davis@enron.com', 'Start Date: 4/22/01; HourAhead hour: 3; <CODESITE>', 'Start Date: 4/22/01; HourAhead hour: 3; No ancillary schedules awarded.
  652. Variances detected.
  653. Variances detected in Load schedule.
  654. LOG MESSAGES:
  655. PARSING FILE -->> O:\Portland\WestDesk\California Scheduling\ISO Final
  656. Schedules\2001042203.txt
  657. ---- Load Schedule ----
  658. $$$ Variance found in table tblLoads.
  659. Details: (Hour: 3 / Preferred: 1.92 / Final: 1.89)
  660. TRANS_TYPE: FINAL
  661. LOAD_ID: PGE4
  662. MKT_TYPE: 2
  663. TRANS_DATE: 4/22/01
  664. SC_ID: EPMI
  665. ');
  666. INSERT INTO email([from],[to],subject,body) VALUES('john.postlethwaite@enron.com', 'john.zufferli@enron.com', 'Reference', 'John, hope things are going well up there for you. The big day is almost here for you and Jessica. I was wondering if I could use your name as a job reference if need be. I am just trying to get everything in order just in case something happens.
  667. John');
  668. INSERT INTO email([from],[to],subject,body) VALUES('jeffrey.shankman@enron.com', 'lschiffm@jonesday.com', 'Re:', 'I saw you called on the cell this a.m. Sorry I missed you. (I was in the
  669. shower). I have had a shitty week--I suspect my silence (not only to you,
  670. but others) after our phone call is a result of the week. I''m seeing Glen at
  671. 11:15....talk to you');
  672. INSERT INTO email([from],[to],subject,body) VALUES('litebytz@enron.com', '', 'Lite Bytz RSVP', '
  673. This week''s Lite Bytz presentation will feature the following TOOLZ speaker:
  674. Richard McDougall
  675. Solaris 8
  676. Thursday, June 7, 2001
  677. If you have not already signed up, please RSVP via email to litebytz@enron.com by the end of the day Tuesday, June 5, 2001.
  678. *Remember: this is now a Brown Bag Event--so bring your lunch and we will provide cookies and drinks.
  679. Click below for more details.
  680. http://home.enron.com:84/messaging/litebytztoolzprint.jpg');
  681. COMMIT;
  682. }
  683. } {}
  684. ###############################################################################
  685. # Everything above just builds an interesting test database. The actual
  686. # tests come after this comment.
  687. ###############################################################################
  688. do_test fts2c-1.2 {
  689. execsql {
  690. SELECT rowid FROM email WHERE email MATCH 'mark'
  691. }
  692. } {6 17 25 38 40 42 73 74}
  693. do_test fts2c-1.3 {
  694. execsql {
  695. SELECT rowid FROM email WHERE email MATCH 'susan'
  696. }
  697. } {24 40}
  698. do_test fts2c-1.4 {
  699. execsql {
  700. SELECT rowid FROM email WHERE email MATCH 'mark susan'
  701. }
  702. } {40}
  703. do_test fts2c-1.5 {
  704. execsql {
  705. SELECT rowid FROM email WHERE email MATCH 'susan mark'
  706. }
  707. } {40}
  708. do_test fts2c-1.6 {
  709. execsql {
  710. SELECT rowid FROM email WHERE email MATCH '"mark susan"'
  711. }
  712. } {}
  713. do_test fts2c-1.7 {
  714. execsql {
  715. SELECT rowid FROM email WHERE email MATCH 'mark -susan'
  716. }
  717. } {6 17 25 38 42 73 74}
  718. do_test fts2c-1.8 {
  719. execsql {
  720. SELECT rowid FROM email WHERE email MATCH '-mark susan'
  721. }
  722. } {24}
  723. do_test fts2c-1.9 {
  724. execsql {
  725. SELECT rowid FROM email WHERE email MATCH 'mark OR susan'
  726. }
  727. } {6 17 24 25 38 40 42 73 74}
  728. # Some simple tests of the automatic "offsets(email)" column. In the sample
  729. # data set above, only one message, number 20, contains the words
  730. # "gas" and "reminder" in both body and subject.
  731. #
  732. do_test fts2c-2.1 {
  733. execsql {
  734. SELECT rowid, offsets(email) FROM email
  735. WHERE email MATCH 'gas reminder'
  736. }
  737. } {20 {2 0 42 3 2 1 54 8 3 0 42 3 3 1 54 8 3 0 129 3 3 0 143 3 3 0 240 3}}
  738. do_test fts2c-2.2 {
  739. execsql {
  740. SELECT rowid, offsets(email) FROM email
  741. WHERE email MATCH 'subject:gas reminder'
  742. }
  743. } {20 {2 0 42 3 2 1 54 8 3 1 54 8}}
  744. do_test fts2c-2.3 {
  745. execsql {
  746. SELECT rowid, offsets(email) FROM email
  747. WHERE email MATCH 'body:gas reminder'
  748. }
  749. } {20 {2 1 54 8 3 0 42 3 3 1 54 8 3 0 129 3 3 0 143 3 3 0 240 3}}
  750. do_test fts2c-2.4 {
  751. execsql {
  752. SELECT rowid, offsets(email) FROM email
  753. WHERE subject MATCH 'gas reminder'
  754. }
  755. } {20 {2 0 42 3 2 1 54 8}}
  756. do_test fts2c-2.5 {
  757. execsql {
  758. SELECT rowid, offsets(email) FROM email
  759. WHERE body MATCH 'gas reminder'
  760. }
  761. } {20 {3 0 42 3 3 1 54 8 3 0 129 3 3 0 143 3 3 0 240 3}}
  762. # Document 32 contains 5 instances of the world "child". But only
  763. # 3 of them are paired with "product". Make sure only those instances
  764. # that match the phrase appear in the offsets(email) list.
  765. #
  766. do_test fts2c-3.1 {
  767. execsql {
  768. SELECT rowid, offsets(email) FROM email
  769. WHERE body MATCH 'child product' AND +rowid=32
  770. }
  771. } {32 {3 0 94 5 3 0 114 5 3 0 207 5 3 1 213 7 3 0 245 5 3 1 251 7 3 0 409 5 3 1 415 7 3 1 493 7}}
  772. do_test fts2c-3.2 {
  773. execsql {
  774. SELECT rowid, offsets(email) FROM email
  775. WHERE body MATCH '"child product"'
  776. }
  777. } {32 {3 0 207 5 3 1 213 7 3 0 245 5 3 1 251 7 3 0 409 5 3 1 415 7}}
  778. # Snippet generator tests
  779. #
  780. do_test fts2c-4.1 {
  781. execsql {
  782. SELECT snippet(email) FROM email
  783. WHERE email MATCH 'subject:gas reminder'
  784. }
  785. } {{Alert Posted 10:00 AM November 20,2000: E-<b>GAS</b> Request <b>Reminder</b>}}
  786. do_test fts2c-4.2 {
  787. execsql {
  788. SELECT snippet(email) FROM email
  789. WHERE email MATCH 'christmas candlelight'
  790. }
  791. } {{<b>...</b> place.? What do you think about going here <b>Christmas</b>
  792. eve?? They have an 11:00 a.m. service and a <b>candlelight</b> service at 5:00 p.m.,
  793. among others. <b>...</b>}}
  794. do_test fts2c-4.3 {
  795. execsql {
  796. SELECT snippet(email) FROM email
  797. WHERE email MATCH 'deal sheet potential reuse'
  798. }
  799. } {{EOL-Accenture <b>Deal</b> <b>Sheet</b> <b>...</b> intent
  800. Review Enron asset base for <b>potential</b> <b>reuse</b>/ licensing
  801. Contract negotiations <b>...</b>}}
  802. do_test fts2c-4.4 {
  803. execsql {
  804. SELECT snippet(email,'<<<','>>>',' ') FROM email
  805. WHERE email MATCH 'deal sheet potential reuse'
  806. }
  807. } {{EOL-Accenture <<<Deal>>> <<<Sheet>>> intent
  808. Review Enron asset base for <<<potential>>> <<<reuse>>>/ licensing
  809. Contract negotiations }}
  810. do_test fts2c-4.5 {
  811. execsql {
  812. SELECT snippet(email,'<<<','>>>',' ') FROM email
  813. WHERE email MATCH 'first things'
  814. }
  815. } {{Re: <<<First>>> Polish Deal! Congrats! <<<Things>>> seem to be building rapidly now on the }}
  816. do_test fts2c-4.6 {
  817. execsql {
  818. SELECT snippet(email) FROM email
  819. WHERE email MATCH 'chris is here'
  820. }
  821. } {{<b>chris</b>.germany@enron.com <b>...</b> Sounds good to me. I bet this <b>is</b> next to the Warick?? Hotel. <b>...</b> place.? What do you think about going <b>here</b> Christmas
  822. eve?? They have an 11:00 a.m. <b>...</b>}}
  823. do_test fts2c-4.7 {
  824. execsql {
  825. SELECT snippet(email) FROM email
  826. WHERE email MATCH '"pursuant to"'
  827. }
  828. } {{Erin:
  829. <b>Pursuant</b> <b>to</b> your request, attached are the Schedule to <b>...</b>}}
  830. do_test fts2c-4.8 {
  831. execsql {
  832. SELECT snippet(email) FROM email
  833. WHERE email MATCH 'ancillary load davis'
  834. }
  835. } {{pete.<b>davis</b>@enron.com <b>...</b> Start Date: 4/22/01; HourAhead hour: 3; No <b>ancillary</b> schedules awarded.
  836. Variances detected.
  837. Variances detected in <b>Load</b> schedule.
  838. LOG MESSAGES:
  839. PARSING <b>...</b>}}
  840. # Combinations of AND and OR operators:
  841. #
  842. do_test fts2c-5.1 {
  843. execsql {
  844. SELECT snippet(email) FROM email
  845. WHERE email MATCH 'questar enron OR com'
  846. }
  847. } {{matt.smith@<b>enron</b>.<b>com</b> <b>...</b> six reports:
  848. 31 Keystone Receipts
  849. 15 <b>Questar</b> Pipeline
  850. 40 Rockies Production
  851. 22 West_2 <b>...</b>}}
  852. do_test fts2c-5.2 {
  853. execsql {
  854. SELECT snippet(email) FROM email
  855. WHERE email MATCH 'enron OR com questar'
  856. }
  857. } {{matt.smith@<b>enron</b>.<b>com</b> <b>...</b> six reports:
  858. 31 Keystone Receipts
  859. 15 <b>Questar</b> Pipeline
  860. 40 Rockies Production
  861. 22 West_2 <b>...</b>}}
  862. finish_test