Case Citations
Data license: Public court records
2 rows where cited_by = "Kassab (distinguished by Pohl)"
This data as json, CSV (advanced)
cited_by 1
- Kassab (distinguished by Pohl) · 2 ✖
| citation_id ▼ | filing_id | case_name | citation | court | year | proposition | cited_by |
|---|---|---|---|---|---|---|---|
| 393 | 36 36 | Truyen Luong v. McAllister | No. 01-17-00198-CV, 2018 WL 3651103 | Tex. App.—Houston [1st Dist.] | 2018 | Cited by Kassab; distinguished by Pohl — involved non-lawyer suing to recover under admittedly illegal fee-sharing contract; not analogous to Pohl's ownership claims | Kassab (distinguished by Pohl) |
| 407 | 38 38 | In re Tex. Collegiate Baseball League, Ltd. | 367 S.W.3d 462 | Tex. App.—Fort Worth | 2012 | Distinguished by Pohl — involved premature malpractice claims where parties agreed claims were premature, same facts and issues overlapped, and severance could cause inconsistent litigation positions | Kassab (distinguished by Pohl) |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE citations (
citation_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
case_name TEXT,
citation TEXT,
court TEXT,
year INTEGER,
proposition TEXT,
cited_by TEXT
);