Skip to content

Commit f1c528a

Browse files
author
flow-php
committed
1 parent 41bd70a commit f1c528a

14 files changed

+1279
-76
lines changed

changelog/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,11 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
219219
</div>
220220

221221
<section id="changelog" class="py-10 px-2 sm:px-4 mx-auto max-w-screen-xl">
222-
<h2><a id="flow-php-unreleased---2025-07-18" href="#content-unreleased---2025-07-18" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-07-18</h2>
222+
<h2><a id="flow-php-unreleased---2025-07-19" href="#content-unreleased---2025-07-19" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-07-19</h2>
223223
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
224224
<ul>
225+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1776">#1776</a> - <strong>option to pass column types to DbalLoader to avoid auto detection</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
226+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1776">#1776</a> - <strong>DbalTypesDetector that detects target types from dataset schema</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
225227
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1769">#1769</a> - <strong>Allow to set custom compression algorithm for columns</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
226228
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1765">#1765</a> - <strong>Allow to chose encoding for parquet columns</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
227229
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1764">#1764</a> - <strong>Support for Delta Binary Packed encoding in Parquet</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -233,6 +235,7 @@ <h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="t
233235
</ul>
234236
<h3><a id="flow-php-fixed" href="#content-fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
235237
<ul>
238+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1776">#1776</a> - <strong>unknown db types while writing to db</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
236239
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1774">#1774</a> - <strong>Adjusted parquet default values for page/row group size</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
237240
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1772">#1772</a> - <strong>Calculation of definition level in Parquet DremelShredder implementation</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
238241
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1757">#1757</a> - <strong>high memory consumption even when reading small chunks</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/api/lib/doctrine-dbal-bulk/classes/Flow-Doctrine-Bulk-BulkData.html

Lines changed: 439 additions & 13 deletions
Large diffs are not rendered by default.

documentation/api/lib/doctrine-dbal-bulk/classes/Flow-Doctrine-Bulk-SQLParametersStyle.html

Lines changed: 364 additions & 0 deletions
Large diffs are not rendered by default.

documentation/api/lib/doctrine-dbal-bulk/classes/Flow-Doctrine-Bulk-TableDefinition.html

Lines changed: 112 additions & 49 deletions
Large diffs are not rendered by default.
Lines changed: 270 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Flow PHP</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<base href="../">
9+
<link rel="icon" href="/favicon.ico"/>
10+
<link rel="stylesheet" href="css/normalize.css">
11+
<link rel="stylesheet" href="css/base.css">
12+
<link rel="preconnect" href="https://fonts.googleapis.com">
13+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
15+
<link rel="preconnect" href="https://fonts.gstatic.com">
16+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
17+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
18+
<link rel="stylesheet" href="css/template.css">
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
20+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism-okaidia.css">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.css">
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.css">
23+
24+
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
25+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
26+
<script src="js/template.js"></script>
27+
<script src="js/search.js"></script>
28+
<script defer src="js/searchIndex.js"></script>
29+
</head>
30+
<body id="top">
31+
<div class="flow-header-wrapper">
32+
<header class="phpdocumentor-header phpdocumentor-section">
33+
<h1 class="phpdocumentor-title"><a href="/documentation" class="phpdocumentor-title__link">Flow PHP</a></h1>
34+
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
35+
<label class="phpdocumentor-header__menu-icon" for="menu-button">
36+
<i class="fas fa-bars"></i>
37+
</label>
38+
<section data-search-form class="phpdocumentor-search">
39+
<label>
40+
<span class="visually-hidden">Search for</span>
41+
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
42+
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
43+
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
44+
</svg>
45+
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
46+
</label>
47+
</section>
48+
49+
<nav class="phpdocumentor-topnav">
50+
<ul class="phpdocumentor-topnav__menu">
51+
<li class="phpdocumentor-topnav__menu-item -menu">
52+
<a href="/documentation">
53+
<span>
54+
Back
55+
</span>
56+
</a>
57+
</li>
58+
</ul>
59+
</nav>
60+
</header>
61+
</div>
62+
<main class="phpdocumentor">
63+
<div class="phpdocumentor-section">
64+
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
65+
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
66+
Menu
67+
</label>
68+
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
69+
<section class="phpdocumentor-sidebar__category -namespaces">
70+
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
71+
<h4 class="phpdocumentor-sidebar__root-namespace">
72+
<a href="namespaces/flow.html" class="">Flow</a>
73+
</h4>
74+
<ul class="phpdocumentor-list">
75+
<li>
76+
<a href="namespaces/flow-doctrine.html" class="">Doctrine</a>
77+
78+
</li>
79+
</ul>
80+
81+
</section>
82+
83+
<section class="phpdocumentor-sidebar__category -reports">
84+
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
85+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
86+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
87+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
88+
</section>
89+
90+
<section class="phpdocumentor-sidebar__category -indices">
91+
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
92+
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
93+
</section>
94+
</aside>
95+
96+
<div class="phpdocumentor-column -nine phpdocumentor-content">
97+
<section>
98+
<ul class="phpdocumentor-breadcrumbs">
99+
</ul>
100+
101+
<article class="phpdocumentor-element -file">
102+
<h2 class="phpdocumentor-content__title">SQLParametersStyle.php</h2>
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
<h4 id="toc-enums">
117+
Enums
118+
<a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-sqlparametersstyle.html#toc-enums" class="headerlink"><i class="fas fa-link"></i></a>
119+
120+
</h4>
121+
<dl class="phpdocumentor-table-of-contents">
122+
<dt class="phpdocumentor-table-of-contents__entry -enum"><a href="classes/Flow-Doctrine-Bulk-SQLParametersStyle.html"><abbr title="\Flow\Doctrine\Bulk\SQLParametersStyle">SQLParametersStyle</abbr></a></dt></dl>
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
<div class="phpdocumentor-modal" id="source-view">
134+
<div class="phpdocumentor-modal-bg" data-exit-button></div>
135+
<div class="phpdocumentor-modal-container">
136+
<div class="phpdocumentor-modal-content">
137+
<pre style="max-height: 500px; overflow-y: scroll" data-src="files/src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/SQLParametersStyle.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
138+
</div>
139+
<button data-exit-button class="phpdocumentor-modal__close">&times;</button>
140+
</div>
141+
</div>
142+
143+
<script type="text/javascript">
144+
(function () {
145+
function loadExternalCodeSnippet(el, url, line) {
146+
Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {
147+
const src = url || pre.getAttribute('data-src').replace(/\\/g, '/');
148+
const language = 'php';
149+
150+
const code = document.createElement('code');
151+
code.className = 'language-' + language;
152+
pre.textContent = '';
153+
pre.setAttribute('data-line', line)
154+
code.textContent = 'Loading…';
155+
pre.appendChild(code);
156+
157+
var xhr = new XMLHttpRequest();
158+
159+
xhr.open('GET', src, true);
160+
161+
xhr.onreadystatechange = function () {
162+
if (xhr.readyState !== 4) {
163+
return;
164+
}
165+
166+
if (xhr.status < 400 && xhr.responseText) {
167+
code.textContent = xhr.responseText;
168+
Prism.highlightElement(code);
169+
return;
170+
}
171+
172+
if (xhr.status === 404) {
173+
code.textContent = '✖ Error: File could not be found';
174+
return;
175+
}
176+
177+
if (xhr.status >= 400) {
178+
code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
179+
return;
180+
}
181+
182+
code.textContent = '✖ Error: An unknown error occurred';
183+
};
184+
185+
xhr.send(null);
186+
});
187+
}
188+
189+
const modalButtons = document.querySelectorAll("[data-modal]");
190+
const openedAsLocalFile = window.location.protocol === 'file:';
191+
if (modalButtons.length > 0 && openedAsLocalFile) {
192+
console.warn(
193+
'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +
194+
'browsers block XHR requests when a page is opened this way'
195+
);
196+
}
197+
198+
modalButtons.forEach(function (trigger) {
199+
if (openedAsLocalFile) {
200+
trigger.setAttribute("hidden", "hidden");
201+
}
202+
203+
trigger.addEventListener("click", function (event) {
204+
event.preventDefault();
205+
const modal = document.getElementById(trigger.dataset.modal);
206+
if (!modal) {
207+
console.error(`Modal with id "${trigger.dataset.modal}" could not be found`);
208+
return;
209+
}
210+
modal.classList.add("phpdocumentor-modal__open");
211+
212+
loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)
213+
const exits = modal.querySelectorAll("[data-exit-button]");
214+
exits.forEach(function (exit) {
215+
exit.addEventListener("click", function (event) {
216+
event.preventDefault();
217+
modal.classList.remove("phpdocumentor-modal__open");
218+
});
219+
});
220+
});
221+
});
222+
})();
223+
</script>
224+
225+
</article>
226+
</section>
227+
<section class="phpdocumentor-on-this-page__sidebar">
228+
229+
<section class="phpdocumentor-on-this-page__content">
230+
<strong class="phpdocumentor-on-this-page__title">On this page</strong>
231+
232+
<ul class="phpdocumentor-list -clean">
233+
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
234+
<li>
235+
<ul class="phpdocumentor-list -clean">
236+
<li><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-sqlparametersstyle.html#toc-enums">Enums</a></li>
237+
</ul>
238+
</li>
239+
240+
241+
</ul>
242+
</section>
243+
244+
</section>
245+
</div>
246+
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
247+
<section class="phpdocumentor-search-results__dialog">
248+
<header class="phpdocumentor-search-results__header">
249+
<h2 class="phpdocumentor-search-results__title">Search results</h2>
250+
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
251+
</header>
252+
<section class="phpdocumentor-search-results__body">
253+
<ul class="phpdocumentor-search-results__entries"></ul>
254+
</section>
255+
</section>
256+
</section>
257+
</div>
258+
<a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-sqlparametersstyle.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
259+
260+
</main>
261+
262+
<script>
263+
cssVars({});
264+
</script>
265+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/prism.min.js"></script>
266+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
267+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-numbers/prism-line-numbers.min.js"></script>
268+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/line-highlight/prism-line-highlight.min.js"></script>
269+
</body>
270+
</html>

documentation/api/lib/doctrine-dbal-bulk/indices/files.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ <h3>R</h3>
138138
</ul>
139139
<h3>S</h3>
140140
<ul class="phpdocumentor-list">
141+
<li><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-sqlparametersstyle.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/SQLParametersStyle.php">SQLParametersStyle.php</abbr></a></li>
141142
<li><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-dialect-sqlitedialect.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/Dialect/SqliteDialect.php">SqliteDialect.php</abbr></a></li>
142143
<li><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-dialect-sqliteinsertoptions.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/Dialect/SqliteInsertOptions.php">SqliteInsertOptions.php</abbr></a></li>
143144
<li><a href="files/src-lib-doctrine-dbal-bulk-src-flow-doctrine-bulk-dialect-sqliteupdateoptions.html"><abbr title="src/lib/doctrine-dbal-bulk/src/Flow/Doctrine/Bulk/Dialect/SqliteUpdateOptions.php">SqliteUpdateOptions.php</abbr></a></li>

0 commit comments

Comments
 (0)